Searched refs:attr_present (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_misc.c | 1308 krb5_ldap_get_string(ld, ent, attribute, retstr, attr_present) in krb5_ldap_get_string() argument 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) in krb5_ldap_get_strings() argument 1346 krb5_boolean *attr_present; 1353 if (attr_present != NULL) 1354 *attr_present = FALSE; [all …]
|
H A D | ldap_pwd_policy.c | 407 krb5_boolean attr_present; local 409 st = krb5_ldap_get_string(ld, ent, "cn", &policy, &attr_present); 412 if (attr_present == FALSE)
|