Searched refs:attr_present (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c1308 krb5_ldap_get_string(ld, ent, attribute, retstr, attr_present)
1313 krb5_boolean *attr_present;
1319 if (attr_present != NULL)
1320 *attr_present = FALSE;
1325 if (attr_present!= NULL)
1326 *attr_present = TRUE;
1341 krb5_ldap_get_strings(ld, ent, attribute, retarr, attr_present)
1346 krb5_boolean *attr_present;
1353 if (attr_present != NULL)
1354 *attr_present
1970 krb5_boolean attr_present = FALSE; local
[all...]
H A Dldap_pwd_policy.c407 krb5_boolean attr_present; local
409 st = krb5_ldap_get_string(ld, ent, "cn", &policy, &attr_present);
412 if (attr_present == FALSE)

Completed in 45 milliseconds