Searched refs:ldap_simple_bind_s (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/curl/lib/ |
H A D | ldap.c | 283 rc = (int)ldap_simple_bind_s(server, inuser, inpass); in ldap_win_bind() 521 rc = ldap_simple_bind_s(server, user, passwd); in ldap_do() 529 rc = ldap_simple_bind_s(server, user, passwd); in ldap_do()
|
H A D | setup-os400.h | 120 #define ldap_simple_bind_s Curl_ldap_simple_bind_s_a macro
|
/aosp_15_r20/external/curl/packages/OS400/ |
H A D | os400sys.c | 573 i = ldap_simple_bind_s(ld, edn, epasswd); in Curl_ldap_simple_bind_s_a()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | winldap.h | 352 #define ldap_simple_bind_s ldap_simple_bind_sW macro 362 WINLDAPAPI ULONG LDAPAPI ldap_simple_bind_s(LDAP *ld,const PCHAR dn,const PCHAR passwd);
|
/aosp_15_r20/external/curl/docs/ |
H A D | TODO | 733 Currently the LDAP module only supports ldap_simple_bind_s() in order to bind
|