Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/passwdutil/
H A D__get_authtoken_attr.c39 __get_authtoken_attr(const char *name, pwu_repository_t *rep, attrlist *item) in __get_authtoken_attr() function
H A DMakefile.com31 __get_authtoken_attr.o \
H A Dpasswdutil.h173 int __get_authtoken_attr(const char *, pwu_repository_t *, attrlist *);
H A Dmapfile-vers44 __get_authtoken_attr;
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c352 result = __get_authtoken_attr(user, pwu_rep, attr_pw); in pam_sm_acct_mgmt()
394 result = __get_authtoken_attr(user, pwu_rep, attr_spw); in pam_sm_acct_mgmt()
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c228 res = __get_authtoken_attr(auth_user, pwu_rep, al); in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c221 result = __get_authtoken_attr(user, pwu_rep, attr_pw); in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c291 res = __get_authtoken_attr(user, pwu_rep, al); in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c456 result = __get_authtoken_attr(uname, pwu_rep, attr_pw); in remove_key()
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c549 if (__get_authtoken_attr(name, rep, &oldattr) != PWU_SUCCESS) in userinput()
1221 res = __get_authtoken_attr(username, repository, *attributes); in get_attr()
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c275 result = __get_authtoken_attr(user, pwu_rep, attr); in get_passwd_defaults()