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

/osnet-11/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c203 attrlist attr_pw[6]; local
260 attr_pw[0].type = ATTR_PASSWD; attr_pw[0].next = &attr_pw[1];
261 attr_pw[1].type = ATTR_REP_NAME; attr_pw[1].next = &attr_pw[2];
269 attr_pw[2].type = ATTR_FAILED_LOGINS; attr_pw[2].next = &attr_pw[
[all...]
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c286 attrlist attr_pw[3]; local
346 attr_pw[0].type = ATTR_REP_NAME; attr_pw[0].next = &attr_pw[1];
347 attr_pw[1].type = ATTR_UID; attr_pw[1].next = &attr_pw[2];
348 attr_pw[2].type = ATTR_PASSWD; attr_pw[2].next = NULL;
349 result = __get_authtoken_attr(user, pwu_rep, attr_pw);
[all...]
/osnet-11/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c401 attrlist attr_pw[2]; local
448 attr_pw[0].type = ATTR_UID; attr_pw[0].next = &attr_pw[1];
449 attr_pw[1].type = ATTR_GID; attr_pw[1].next = NULL;
451 result = __get_authtoken_attr(uname, pwu_rep, attr_pw);
463 uid = (uid_t)attr_pw[0].data.val_i;
464 gid = (gid_t)attr_pw[1].data.val_i;

Completed in 23 milliseconds