Home
last modified time | relevance | path

Searched refs:acctResp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_acct_mgmt.c184 AcctUsableResponse_t acctResp; in get_account_mgmt() local
186 (void *)memset((void*)&acctResp, 0, sizeof (acctResp)); in get_account_mgmt()
188 if ((rc = __ns_ldap_getAcctMgmt(user, &acctResp)) in get_account_mgmt()
196 if (acctResp.choice == 0) { in get_account_mgmt()
199 acctResp.AcctUsableResp.seconds_before_expiry; in get_account_mgmt()
201 } else if (acctResp.choice == 1) { in get_account_mgmt()
203 if (acctResp.AcctUsableResp.more_info.inactive) in get_account_mgmt()
206 if (acctResp.AcctUsableResp.more_info.reset) in get_account_mgmt()
209 if (acctResp.AcctUsableResp.more_info.expired) { in get_account_mgmt()
214 acctResp.AcctUsableResp.more_info.rem_grace; in get_account_mgmt()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c5434 (acctResp->AcctUsableResp).more_info. in get_new_acct_more_info()
5443 (acctResp->AcctUsableResp).more_info.reset in get_new_acct_more_info()
5470 (acctResp->AcctUsableResp).more_info. in get_new_acct_more_info()
5521 AcctUsableResponse_t *acctResp) in get_old_acct_opt_more_info() argument
5676 acctResp->choice = 0; in parse_acct_cont_resp_msg()
5692 acctResp->choice = 1; in parse_acct_cont_resp_msg()
5705 (acctResp->AcctUsableResp).more_info.reset = in parse_acct_cont_resp_msg()
5727 acctResp->choice = 1; in parse_acct_cont_resp_msg()
5754 rc = get_new_acct_more_info(ber, acctResp); in parse_acct_cont_resp_msg()
5784 if (user == NULL || acctResp == NULL) in getAcctMgmt()
[all …]
H A Dns_sldap.h923 AcctUsableResponse_t *acctResp);