Searched refs:getpwnamallow (Results 1 – 5 of 5) sorted by relevance
283 struct passwd * getpwnamallow(const char *user);
192 authctxt->pw = getpwnamallow(user); in input_userauth_request()457 authctxt->pw = getpwnamallow(user); in userauth_user_svc_change()
435 if ((authctxt->pw = getpwnamallow(user)) != NULL) { in do_authentication()
306 authctxt->pw = getpwnamallow(user); in finish_userauth_do_pam()
574 getpwnamallow(const char *user) in getpwnamallow() function