Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c154 const struct pam_repository *pam_rep; in get_passwd_defaults() local
262 (void) pam_get_item(pamh, PAM_REPOSITORY, (const void **)&pam_rep); in get_passwd_defaults()
263 if (pam_rep != NULL) { in get_passwd_defaults()
266 pwu_rep->type = pam_rep->type; in get_passwd_defaults()
267 pwu_rep->scope = pam_rep->scope; in get_passwd_defaults()
268 pwu_rep->scope_len = pam_rep->scope_len; in get_passwd_defaults()