Searched refs:policyreference (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_krbcontainer.h43 char *policyreference; member in struct:_krb5_ldap_krbcontainer_params
H A Dldap_krbcontainer.c51 if (cparams->policyreference)
52 krb5_xfree(cparams->policyreference);
70 * Reading kerberos container includes reading the policyreference attribute and the policy
176 &(cparams->policyreference), NULL)) != 0)
181 if (cparams->policyreference != NULL) {
182 LDAP_SEARCH_1(cparams->policyreference, LDAP_SCOPE_BASE, NULL, policy_attributes, IGNORE_STATUS);
H A Dldap_realm.h61 char *policyreference; member in struct:_krb5_ldap_realm_params
H A Dldap_realm.c833 if (krbcontparams && krbcontparams->policyreference) {
834 st = checkattributevalue(ld, krbcontparams->policyreference, "objectclass", policyclass,
838 strval[0] = krbcontparams->policyreference;
983 ((mask & LDAP_REALM_POLICYREFERENCE) && rparams->policyreference == NULL) ||
1378 *mask & LDAP_REALM_KRBTICKETFLAGS)) && rlparams->policyreference) {
1380 LDAP_SEARCH_1(rlparams->policyreference, LDAP_SCOPE_BASE, NULL, policy_attributes, IGNORE_STATUS);

Completed in 67 milliseconds