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

  /src/external/bsd/openldap/dist/libraries/libldap/
bind.c 118 return( ldap_simple_bind_s( ld, dn, passwd ) );
sbind.c 99 * ldap_simple_bind_s( ld, "cn=manager, o=university of michigan, c=us",
104 ldap_simple_bind_s( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *passwd ) function
108 Debug0( LDAP_DEBUG_TRACE, "ldap_simple_bind_s\n" );
  /src/external/bsd/openldap/lib/libldap/
Makefile 30 ldap_bind.3 ldap_simple_bind_s.3 \
  /src/crypto/external/bsd/openssh/dist/
ldapauth.c 175 if ( ldap_simple_bind_s(ldap->ld, ldap->binddn, ldap->bindpw) != LDAP_SUCCESS) {
176 ldap_perror(ldap->ld, "ldap_simple_bind_s()");
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d 706 alias ldap_simple_bind_sW ldap_simple_bind_s;
791 alias ldap_simple_bind_sA ldap_simple_bind_s;
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 515 ldap_simple_bind_s(ldap, dn, pw)
  /src/external/bsd/openldap/dist/include/
ldap.h 1318 ldap_simple_bind_s LDAP_P(( /* deprecated, use ldap_sasl_bind_s */

Completed in 22 milliseconds