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