Searched refs:attr_spw (Results 1 – 1 of 1) sorted by relevance
288 attrlist attr_spw[7]; in pam_sm_acct_mgmt() local384 attr_spw[0].type = ATTR_LSTCHG; attr_spw[0].next = &attr_spw[1]; in pam_sm_acct_mgmt()385 attr_spw[1].type = ATTR_MIN; attr_spw[1].next = &attr_spw[2]; in pam_sm_acct_mgmt()386 attr_spw[2].type = ATTR_MAX; attr_spw[2].next = &attr_spw[3]; in pam_sm_acct_mgmt()387 attr_spw[3].type = ATTR_WARN; attr_spw[3].next = &attr_spw[4]; in pam_sm_acct_mgmt()388 attr_spw[4].type = ATTR_INACT; attr_spw[4].next = &attr_spw[5]; in pam_sm_acct_mgmt()389 attr_spw[5].type = ATTR_EXPIRE; attr_spw[5].next = &attr_spw[6]; in pam_sm_acct_mgmt()390 attr_spw[6].type = ATTR_FLAG; attr_spw[6].next = NULL; in pam_sm_acct_mgmt()392 result = __get_authtoken_attr(user, pwu_rep, attr_spw); in pam_sm_acct_mgmt()394 shpwd.sp_lstchg = attr_spw[0].data.val_i; in pam_sm_acct_mgmt()[all …]