Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/doc/man/man3/
H A Dldap_bind.3.links3 ldap_simple_bind_s.3
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dbind.c118 return( ldap_simple_bind_s( ld, dn, passwd ) ); in ldap_bind_s()
H A Dsbind.c104 ldap_simple_bind_s( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *passwd ) in ldap_simple_bind_s() function
/netbsd-src/external/bsd/openldap/lib/libldap/
H A DMakefile30 ldap_bind.3 ldap_simple_bind_s.3 \
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dldapauth.c175 if ( ldap_simple_bind_s(ldap->ld, ldap->binddn, ldap->bindpw) != LDAP_SUCCESS) { in ldap_xconnect()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinldap.d706 alias ldap_simple_bind_sW ldap_simple_bind_s;
791 alias ldap_simple_bind_sA ldap_simple_bind_s;
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c515 ldap_simple_bind_s(ldap, dn, pw)
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h1318 ldap_simple_bind_s LDAP_P(( /* deprecated, use ldap_sasl_bind_s */
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt1362 ldap_simple_bind() or ldap_simple_bind_s() can be used.
1390 int ldap_simple_bind_s(
1485 The synchronous ldap_sasl_bind_s() and ldap_simple_bind_s() functions
4063 if (( rc = ldap_simple_bind_s( ld, NULL, NULL )) != LDAP_SUCCESS ) {
4064 fprintf( stderr, "ldap_simple_bind_s: %s\n",
4358 Use ldap_simple_bind_s() or ldap_sasl_bind_s() instead.