Searched refs:attr_pw (Results 1 – 3 of 3) sorted by relevance
152 attrlist attr_pw[4]; in pam_sm_authenticate() local206 attr_pw[0].type = ATTR_PASSWD; attr_pw[0].next = &attr_pw[1]; in pam_sm_authenticate()207 attr_pw[1].type = ATTR_REP_NAME; attr_pw[1].next = &attr_pw[2]; in pam_sm_authenticate()215 attr_pw[2].type = ATTR_FAILED_LOGINS; attr_pw[2].next = &attr_pw[3]; in pam_sm_authenticate()216 attr_pw[3].type = ATTR_HOMEDIR; attr_pw[3].next = NULL; in pam_sm_authenticate()218 result = __get_authtoken_attr(user, pwu_rep, attr_pw); in pam_sm_authenticate()238 rep_passwd = attr_pw[0].data.val_s; in pam_sm_authenticate()239 repository_name = attr_pw[1].data.val_s; in pam_sm_authenticate()240 old_failed_count = attr_pw[2].data.val_i; in pam_sm_authenticate()241 homedir = attr_pw[3].data.val_s; in pam_sm_authenticate()
287 attrlist attr_pw[3]; in pam_sm_acct_mgmt() local347 attr_pw[0].type = ATTR_REP_NAME; attr_pw[0].next = &attr_pw[1]; in pam_sm_acct_mgmt()348 attr_pw[1].type = ATTR_UID; attr_pw[1].next = &attr_pw[2]; in pam_sm_acct_mgmt()349 attr_pw[2].type = ATTR_PASSWD; attr_pw[2].next = NULL; in pam_sm_acct_mgmt()350 result = __get_authtoken_attr(user, pwu_rep, attr_pw); in pam_sm_acct_mgmt()365 repository_name = attr_pw[0].data.val_s; in pam_sm_acct_mgmt()366 pw_uid = attr_pw[1].data.val_i; in pam_sm_acct_mgmt()367 shpwd.sp_pwdp = attr_pw[2].data.val_s; in pam_sm_acct_mgmt()
402 attrlist attr_pw[2]; in remove_key() local449 attr_pw[0].type = ATTR_UID; attr_pw[0].next = &attr_pw[1]; in remove_key()450 attr_pw[1].type = ATTR_GID; attr_pw[1].next = NULL; in remove_key()452 result = __get_authtoken_attr(uname, pwu_rep, attr_pw); in remove_key()464 uid = (uid_t)attr_pw[0].data.val_i; in remove_key()465 gid = (gid_t)attr_pw[1].data.val_i; in remove_key()