Home
last modified time | relevance | path

Searched refs:allowed_user (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth.h190 int allowed_user(struct ssh *, struct passwd *);
H A Dauth.c101 allowed_user(struct ssh *ssh, struct passwd * pw) in allowed_user() function
513 if (!allowed_user(ssh, pw)) in getpwnamallow()