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

/illumos-gate/usr/src/lib/passwdutil/
H A D__get_authtoken_attr.c41 __get_authtoken_attr(char *name, pwu_repository_t *rep, attrlist *item) function
H A DMakefile.com30 __get_authtoken_attr.o \
H A Dpasswdutil.h170 int __get_authtoken_attr(char *, pwu_repository_t *, attrlist *);
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c350 result = __get_authtoken_attr(user, pwu_rep, attr_pw);
392 result = __get_authtoken_attr(user, pwu_rep, attr_spw);
/illumos-gate/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c290 res = __get_authtoken_attr(user, pwu_rep, al);
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c225 res = __get_authtoken_attr(auth_user, pwu_rep, al);
/illumos-gate/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c218 result = __get_authtoken_attr(user, pwu_rep, attr_pw);
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c452 result = __get_authtoken_attr(uname, pwu_rep, attr_pw);
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c273 result = __get_authtoken_attr(user, pwu_rep, attr);
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c547 if (__get_authtoken_attr(name, rep, &oldattr) != PWU_SUCCESS)
1219 res = __get_authtoken_attr(username, repository, *attributes);

Completed in 71 milliseconds