Searched defs:ldap_cache_fns (Results 1 – 1 of 1) sorted by relevance
407 struct ldap_cache_fns { struct408 void *lcf_private;409 LDAP_CF_BIND_CALLBACK *lcf_bind;410 LDAP_CF_UNBIND_CALLBACK *lcf_unbind;411 LDAP_CF_SEARCH_CALLBACK *lcf_search;412 LDAP_CF_COMPARE_CALLBACK *lcf_compare;413 LDAP_CF_ADD_CALLBACK *lcf_add;414 LDAP_CF_DELETE_CALLBACK *lcf_delete;415 LDAP_CF_MODIFY_CALLBACK *lcf_modify;416 LDAP_CF_MODRDN_CALLBACK *lcf_modrdn;[all …]