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

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c715 pam_repository_t *pwd_rep = NULL; local
848 (void) pam_get_item(pamh, PAM_REPOSITORY, (void **)&pwd_rep);
849 if (pwd_rep != NULL) {
852 pwu_rep->type = pwd_rep->type;
853 pwu_rep->scope = pwd_rep->scope;
854 pwu_rep->scope_len = pwd_rep->scope_len;

Completed in 30 milliseconds