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

  /src/external/bsd/openldap/lib/libldap/
Makefile 14 MAN= ldap.3 ldap_abandon.3 ldap_add.3 ldap_bind.3 ldap_compare.3 \
28 MLINKS+= ldap_bind.3 ldap_bind_s.3 \
29 ldap_bind.3 ldap_simple_bind.3 \
30 ldap_bind.3 ldap_simple_bind_s.3 \
31 ldap_bind.3 ldap_sasl_bind.3 \
32 ldap_bind.3 ldap_sasl_bind_s.3 \
33 ldap_bind.3 ldap_kerberos_bind_s.3 \
34 ldap_bind.3 ldap_kerberos_bind1.3 \
35 ldap_bind.3 ldap_kerberos_bind1_s.3 \
36 ldap_bind.3 ldap_kerberos_bind2.3
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
bind.c 59 * ldap_bind - bind to the ldap server (and X.500). The dn and password
66 * ldap_bind( ld, "cn=manager, o=university of michigan, c=us", "secret",
71 ldap_bind( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *passwd, int authmethod ) function
73 Debug0( LDAP_DEBUG_TRACE, "ldap_bind\n" );
test.c 421 if ( ldap_bind( ld, dn, passwd, method ) == -1 ) {
422 fprintf( stderr, "ldap_bind failed\n" );
423 ldap_perror( ld, "ldap_bind" );
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d 770 alias ldap_bindW ldap_bind;
855 alias ldap_bindA ldap_bind;
  /src/external/bsd/openldap/dist/include/
ldap.h 1295 ldap_bind LDAP_P(( /* deprecated, use ldap_sasl_bind */

Completed in 27 milliseconds