Home
last modified time | relevance | path

Searched refs:ldap_handle (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap_conn.c140 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 Ddeps35 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 DMakefile.in39 $(srcdir)/ldap_handle.c \
56 ldap_handle.o \
H A Dkdb_ldap.h91 ld = ldap_server_handle->ldap_handle;
104 ld = ldap_server_handle->ldap_handle; \
173 LDAP *ldap_handle; member
H A Dldap_principal2.c115 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 Dldap_misc.c454 ldap_unbind_ext_s(h->ldap_handle, NULL, NULL); in krb5_ldap_free_server_context_params()