Searched defs:pwd_rep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c712 pam_repository_t *pwd_rep = NULL; local
845 (void) pam_get_item(pamh, PAM_REPOSITORY, (void **)&pwd_rep);
846 if (pwd_rep != NULL) {
849 pwu_rep->type = pwd_rep->type;
850 pwu_rep->scope = pwd_rep->scope;
851 pwu_rep->scope_len = pwd_rep->scope_len;

Completed in 58 milliseconds