Searched refs:ldap_simple_bind (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/doc/man/man3/ |
H A D | ldap_bind.3.links | 2 ldap_simple_bind.3
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | bind.c | 77 return( ldap_simple_bind( ld, dn, passwd ) ); in ldap_bind()
|
H A D | sbind.c | 64 ldap_simple_bind( in ldap_simple_bind() function
|
H A D | sasl.c | 456 rc = ldap_simple_bind( ld, dn, NULL ); in ldap_sasl_interactive_bind()
|
/netbsd-src/external/bsd/openldap/lib/libldap/ |
H A D | Makefile | 29 ldap_bind.3 ldap_simple_bind.3 \
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winldap.d | 705 alias ldap_simple_bindW ldap_simple_bind; 790 alias ldap_simple_bindA ldap_simple_bind;
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-zeilenga-ldap-c-api-concurrency-xx.txt | 548 msgid = ldap_simple_bind(ld, NULL, NULL); 560 printf("ldap_simple_bind failure: ldap_errno=%d (%s)\n", 566 printf("ldap_simple_bind failed\n");
|
H A D | draft-ietf-ldapext-ldap-c-api-xx.txt | 1362 ldap_simple_bind() or ldap_simple_bind_s() can be used. 1384 int ldap_simple_bind( 1436 passwd For ldap_simple_bind(), the password that is sent to the 1478 The ldap_simple_bind() function initiates a simple asynchronous bind 1481 the result of the bind. In case of error, ldap_simple_bind() will return 4355 Use ldap_simple_bind() or ldap_sasl_bind() instead.
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap.h | 1312 ldap_simple_bind LDAP_P(( /* deprecated, use ldap_sasl_bind */
|