Searched refs:ldap_set_rebind_proc (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/doc/man/man3/ |
H A D | ldap_bind.3.links | 10 ldap_set_rebind_proc.3
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
H A D | bind.c | 547 ldap_set_rebind_proc( msc->msc_ld, mt->mt_rebind_f, msc ); in meta_back_single_bind() 1604 ldap_set_rebind_proc( msc->msc_ld, mt->mt_rebind_f, msc ); in meta_back_proxy_authz_bind()
|
H A D | search.c | 415 ldap_set_rebind_proc( msc->msc_ld, mt->mt_rebind_f, msc ); in meta_search_dobind_result()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
H A D | bind.c | 475 ldap_set_rebind_proc( msc->msc_ld, mt->mt_rebind_f, msc ); in asyncmeta_single_bind() 957 ldap_set_rebind_proc( msc->msc_ld, mt->mt_rebind_f, msc ); in asyncmeta_proxy_authz_bind()
|
H A D | meta_result.c | 139 ldap_set_rebind_proc( msc->msc_ldr, mt->mt_rebind_f, msc ); in asyncmeta_dobind_result()
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | options.c | 999 ldap_set_rebind_proc( LDAP *ld, LDAP_REBIND_PROC *proc, void *params ) in ldap_set_rebind_proc() function
|
H A D | test.c | 658 ldap_set_rebind_proc( ld, bind_prompt, NULL ); in main()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
H A D | bind.c | 308 ldap_set_rebind_proc( lc->lc_ld, li->li_rebind_f, lc ); in ldap_back_bind() 1581 ldap_set_rebind_proc( lc->lc_ld, li->li_rebind_f, lc ); in ldap_back_dobind_int() 2481 ldap_set_rebind_proc( lc->lc_ld, li->li_rebind_f, lc ); in ldap_back_proxy_authz_bind()
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap.h | 1023 ldap_set_rebind_proc LDAP_P((
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | ldap.c | 1599 if ((ret = ldap_set_rebind_proc(ld, ldap_rebind_cb, NULL)) != LDAP_SUCCESS) in ldap_start()
|