Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDauth-shadow.c56 auth_shadow_acctexpired(struct spwd *spw) in auth_shadow_acctexpired() function
HDauth.h140 int auth_shadow_acctexpired(struct spwd *);
HDauth.c115 if (!options.use_pam && spw != NULL && auth_shadow_acctexpired(spw)) in allowed_user()