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

/illumos-gate/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c152 attrlist attr_pw[4]; local
206 attr_pw[0].type = ATTR_PASSWD; attr_pw[0].next = &attr_pw[1];
207 attr_pw[1].type = ATTR_REP_NAME; attr_pw[1].next = &attr_pw[2];
215 attr_pw[2].type = ATTR_FAILED_LOGINS; attr_pw[2].next = &attr_pw[
[all...]
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c287 attrlist attr_pw[3]; local
347 attr_pw[0].type = ATTR_REP_NAME; attr_pw[0].next = &attr_pw[1];
348 attr_pw[1].type = ATTR_UID; attr_pw[1].next = &attr_pw[2];
349 attr_pw[2].type = ATTR_PASSWD; attr_pw[2].next = NULL;
350 result = __get_authtoken_attr(user, pwu_rep, attr_pw);
[all...]
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c402 attrlist attr_pw[2]; local
449 attr_pw[0].type = ATTR_UID; attr_pw[0].next = &attr_pw[1];
450 attr_pw[1].type = ATTR_GID; attr_pw[1].next = NULL;
452 result = __get_authtoken_attr(uname, pwu_rep, attr_pw);
464 uid = (uid_t)attr_pw[0].data.val_i;
465 gid = (gid_t)attr_pw[1].data.val_i;

Completed in 210 milliseconds