Searched refs:attr_pw (Results 1 – 3 of 3) sorted by relevance
154 attrlist attr_pw[4]; in pam_sm_authenticate() local209 attr_pw[0].type = ATTR_PASSWD; attr_pw[0].next = &attr_pw[1]; in pam_sm_authenticate()210 attr_pw[1].type = ATTR_REP_NAME; attr_pw[1].next = &attr_pw[2]; in pam_sm_authenticate()218 attr_pw[2].type = ATTR_FAILED_LOGINS; attr_pw[2].next = &attr_pw[3]; in pam_sm_authenticate()219 attr_pw[3].type = ATTR_HOMEDIR; attr_pw[3].next = NULL; in pam_sm_authenticate()221 result = __get_authtoken_attr(user, pwu_rep, attr_pw); in pam_sm_authenticate()241 rep_passwd = attr_pw[0].data.val_s; in pam_sm_authenticate()242 repository_name = attr_pw[1].data.val_s; in pam_sm_authenticate()243 old_failed_count = attr_pw[2].data.val_i; in pam_sm_authenticate()244 homedir = attr_pw[3].data.val_s; in pam_sm_authenticate()
289 attrlist attr_pw[3]; in pam_sm_acct_mgmt() local349 attr_pw[0].type = ATTR_REP_NAME; attr_pw[0].next = &attr_pw[1]; in pam_sm_acct_mgmt()350 attr_pw[1].type = ATTR_UID; attr_pw[1].next = &attr_pw[2]; in pam_sm_acct_mgmt()351 attr_pw[2].type = ATTR_PASSWD; attr_pw[2].next = NULL; in pam_sm_acct_mgmt()352 result = __get_authtoken_attr(user, pwu_rep, attr_pw); in pam_sm_acct_mgmt()367 repository_name = attr_pw[0].data.val_s; in pam_sm_acct_mgmt()368 pw_uid = attr_pw[1].data.val_i; in pam_sm_acct_mgmt()369 shpwd.sp_pwdp = attr_pw[2].data.val_s; in pam_sm_acct_mgmt()
405 attrlist attr_pw[2]; in remove_key() local453 attr_pw[0].type = ATTR_UID; attr_pw[0].next = &attr_pw[1]; in remove_key()454 attr_pw[1].type = ATTR_GID; attr_pw[1].next = NULL; in remove_key()456 result = __get_authtoken_attr(uname, pwu_rep, attr_pw); in remove_key()468 uid = (uid_t)attr_pw[0].data.val_i; in remove_key()469 gid = (gid_t)attr_pw[1].data.val_i; in remove_key()