Home
last modified time | relevance | path

Searched refs:auth_shadow_acctexpired (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dauth-shadow.c56 auth_shadow_acctexpired(struct spwd *spw) in auth_shadow_acctexpired() function
Dauth.h140 int auth_shadow_acctexpired(struct spwd *);
Dauth.c119 if (!options.use_pam && spw != NULL && auth_shadow_acctexpired(spw)) in allowed_user()