Searched refs:attrvalues (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_tkt_policy.c | 127 char *attrvalues[]={"krbTicketPolicy", "krbTicketPolicyAux", NULL}, *strval[2]={NULL}; local 148 st = checkattributevalue(ld, policy_dn, "objectClass", attrvalues, &objectmask); 208 char *attrvalues[] = { "krbTicketPolicy", NULL}, *policy_dn = NULL; local 228 st = checkattributevalue(ld, policy_dn, "objectClass", attrvalues, &objectmask);
|
H A D | ldap_principal.c | 344 char *attrvalues[] = {"krbticketpolicyaux", "krbprincipalaux", NULL}; local 345 /* char *attrvalues[] = {"krbpwdpolicyrefaux", "krbticketpolicyaux", "krbprincipalaux", NULL}; */ 348 if ((st=checkattributevalue(ld, DN, "objectclass", attrvalues, &amask)) != 0) 353 strval[r++] = attrvalues[q];
|
H A D | ldap_services.c | 426 char *attrvalues[] = {"krbService", NULL}; local 446 st = checkattributevalue(ld, servicedn, "objectClass", attrvalues, &objectmask);
|
H A D | ldap_misc.c | 941 * aganist the attrvalues passed to the function and a bit mask is set 944 * in the attrvalues parameter is the position of the bit. For ex: 945 * the first element in the attrvalues is present in both list shall 948 * In case if either the attribute or the attrvalues parameter to the 954 checkattributevalue (ld, dn, attribute, attrvalues, mask) 958 char **attrvalues; 989 * If the attribute/attrvalues is NULL, then check for the 992 if (attribute == NULL || attrvalues == NULL) 1004 * Compare the read attribute values with the attrvalues 1007 for (j=0; attrvalues[ [all...] |
H A D | ldap_principal2.c | 1121 char *attrvalues[] = {"krbprincipalaux", "krbTicketPolicyAux", NULL}; local 1125 "objectclass", attrvalues, &amask)) != 0) 1131 strval[r++] = attrvalues[q];
|
Completed in 129 milliseconds