Searched refs:ldap_handle (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kdb_ldap_conn.c | 140 st = ldap_sasl_interactive_bind_s(server->ldap_handle, NULL, in authenticate() 154 st = ldap_sasl_bind_s(server->ldap_handle, ctx->bind_dn, NULL, &bv, in authenticate() 179 st = ldap_initialize(&server->ldap_handle, info->server_name); in initialize_server() 192 ldap_unbind_ext_s(server->ldap_handle, NULL, NULL); in initialize_server() 304 ldap_unbind_ext_s(handle->ldap_handle, NULL, NULL); in krb5_ldap_rebind() 305 if (ldap_initialize(&handle->ldap_handle, in krb5_ldap_rebind()
|
H A D | deps | 35 kdb_ldap.h kdb_ldap_conn.c ldap_handle.h ldap_krbcontainer.h \ 57 ldap_handle.h ldap_krbcontainer.h ldap_main.h ldap_misc.h \ 80 ldap_err.h ldap_handle.h ldap_krbcontainer.h ldap_main.h \ 94 kdb_ldap.h ldap_err.h ldap_handle.h ldap_krbcontainer.c \ 116 ldap_handle.h ldap_krbcontainer.h ldap_main.h ldap_misc.h \ 139 ldap_handle.h ldap_krbcontainer.h ldap_main.h ldap_misc.h \ 153 kdb_ldap.h ldap_err.h ldap_handle.h ldap_krbcontainer.h \ 176 ldap_handle.h ldap_krbcontainer.h ldap_misc.c ldap_misc.h \ 179 ldap_handle.so ldap_handle.po $(OUTPRE)ldap_handle.$(OBJEXT): \ 190 kdb_ldap.h ldap_handle.c ldap_handle.h ldap_krbcontainer.h \ [all …]
|
H A D | Makefile.in | 39 $(srcdir)/ldap_handle.c \ 56 ldap_handle.o \
|
H A D | kdb_ldap.h | 91 ld = ldap_server_handle->ldap_handle; 104 ld = ldap_server_handle->ldap_handle; \ 173 LDAP *ldap_handle; member
|
H A D | ldap_principal2.c | 115 LDAP *ld = ldap_server_handle->ldap_handle; in search_at() 712 LDAP *ld = ldap_server_handle->ldap_handle; in check_dn_exists() 791 LDAP *ld = ldap_server_handle->ldap_handle; in add_alias()
|
H A D | ldap_misc.c | 454 ldap_unbind_ext_s(h->ldap_handle, NULL, NULL); in krb5_ldap_free_server_context_params()
|