Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dauth.h187 int allowed_user(struct ssh *, struct passwd *);
H A Dauth.c103 allowed_user(struct ssh *ssh, struct passwd * pw) in allowed_user() function
615 if (!allowed_user(ssh, pw)) in getpwnamallow()