Home
last modified time | relevance | path

Searched refs:ldap_simple_bind (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/doc/man/man3/
H A Dldap_bind.3.links2 ldap_simple_bind.3
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dbind.c77 return( ldap_simple_bind( ld, dn, passwd ) ); in ldap_bind()
H A Dsbind.c64 ldap_simple_bind( in ldap_simple_bind() function
H A Dsasl.c456 rc = ldap_simple_bind( ld, dn, NULL ); in ldap_sasl_interactive_bind()
/netbsd-src/external/bsd/openldap/lib/libldap/
H A DMakefile29 ldap_bind.3 ldap_simple_bind.3 \
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinldap.d705 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 Ddraft-zeilenga-ldap-c-api-concurrency-xx.txt548 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 Ddraft-ietf-ldapext-ldap-c-api-xx.txt1362 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 Dldap.h1312 ldap_simple_bind LDAP_P(( /* deprecated, use ldap_sasl_bind */