HomeSort by: relevance | last modified time | path
    Searched refs:ldap_bind_s (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
bind.c 95 * ldap_bind_s - bind to the ldap server (and X.500). The dn and password
102 * ldap_bind_s( ld, "cn=manager, o=university of michigan, c=us",
104 * ldap_bind_s( ld, "cn=manager, o=university of michigan, c=us",
108 ldap_bind_s( function
114 Debug0( LDAP_DEBUG_TRACE, "ldap_bind_s\n" );
test.c 272 return ldap_bind_s( ld, dn, passwd, authmethod);
441 if ( ldap_bind_s( ld, dn, passwd, method ) !=
443 fprintf( stderr, "ldap_bind_s failed\n" );
444 ldap_perror( ld, "ldap_bind_s" );
  /src/external/bsd/openldap/dist/tests/progs/
slapd-auth.c 197 rc = ldap_bind_s( sld, binder, pass, LDAP_AUTH_SIMPLE );
255 rc = ldap_bind_s( ld, dn, pass, LDAP_AUTH_SIMPLE );
  /src/external/bsd/openldap/lib/libldap/
Makefile 28 MLINKS+= ldap_bind.3 ldap_bind_s.3 \
  /src/external/bsd/am-utils/dist/amd/
info_ldap.c 348 if (ldap_bind_s(ld, c->who, c->pw, c->method) != LDAP_SUCCESS) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d 771 alias ldap_bind_sW ldap_bind_s;
856 alias ldap_bind_sA ldap_bind_s;
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 508 /* ldap_bind_s(ldap, dn, pw, method) */
512 ldap_bind_s(ldap, dn, pw, method)
  /src/external/bsd/openldap/dist/include/
ldap.h 1302 ldap_bind_s LDAP_P(( /* deprecated, use ldap_sasl_bind_s */

Completed in 84 milliseconds