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.c | 39 __get_authtoken_attr(const char *name, pwu_repository_t *rep, attrlist *item) in __get_authtoken_attr() function
|
H A D | Makefile.com | 31 __get_authtoken_attr.o \
|
H A D | passwdutil.h | 173 int __get_authtoken_attr(const char *, pwu_repository_t *, attrlist *);
|
H A D | mapfile-vers | 44 __get_authtoken_attr;
|
/illumos-gate/usr/src/lib/pam_modules/unix_account/ |
H A D | unix_acct.c | 352 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 D | passwd_auth.c | 228 res = __get_authtoken_attr(auth_user, pwu_rep, al); in pam_sm_authenticate()
|
/illumos-gate/usr/src/lib/pam_modules/unix_auth/ |
H A D | unix_auth.c | 221 result = __get_authtoken_attr(user, pwu_rep, attr_pw); in pam_sm_authenticate()
|
/illumos-gate/usr/src/lib/pam_modules/authtok_get/ |
H A D | authtok_get.c | 291 res = __get_authtoken_attr(user, pwu_rep, al); in pam_sm_authenticate()
|
/illumos-gate/usr/src/lib/pam_modules/dhkeys/ |
H A D | dhkeys.c | 456 result = __get_authtoken_attr(uname, pwu_rep, attr_pw); in remove_key()
|
/illumos-gate/usr/src/cmd/passwd/ |
H A D | passwd.c | 549 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 D | authtok_check.c | 275 result = __get_authtoken_attr(user, pwu_rep, attr); in get_passwd_defaults()
|