Searched refs:ldap_get_attribute (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.sbin/ldapd/ |
H A D | filter.c | 43 a = ldap_get_attribute(root, plan->adesc); in ldap_filt_eq() 124 a = ldap_get_attribute(root, plan->adesc); in ldap_filt_subs() 198 a = ldap_get_attribute(root, plan->adesc); in ldap_filt_presence()
|
H A D | attributes.c | 30 ldap_get_attribute(struct ber_element *entry, const char *attr) in ldap_get_attribute() function 56 if ((elm = ldap_get_attribute(entry, an->name)) != NULL) in ldap_find_attribute() 60 elm = ldap_get_attribute(entry, at->oid); in ldap_find_attribute()
|
H A D | modify.c | 314 a = ldap_get_attribute(entry, attr); in ldap_modify() 369 if ((a = ldap_get_attribute(entry, "modifiersName")) != NULL) in ldap_modify() 376 if ((a = ldap_get_attribute(entry, "modifyTimestamp")) != NULL) in ldap_modify()
|
H A D | index.c | 231 a = ldap_get_attribute(elm, ai->attr); in index_entry() 270 a = ldap_get_attribute(elm, ai->attr); in unindex_entry()
|
H A D | validate.c | 301 objclass = ldap_get_attribute(entry, "objectClass"); in validate_entry()
|
H A D | auth.c | 348 pw = ldap_get_attribute(elm, "userPassword"); in ldap_auth_simple()
|
H A D | ldapd.h | 408 struct ber_element *ldap_get_attribute(struct ber_element *root,
|