Searched refs:ldap_bind (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dbind.c43 * ldap_bind - bind to the ldap server (and X.500). The dn and password
51 * ldap_bind( ld, "cn=manager, o=university of michigan, c=us", "secret",
56 ldap_bind( LDAP *ld, char *dn, char *passwd, int authmethod ) function
74 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 88, "ldap_bind\n"), 0, 0, 0 );
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c37 * ldap_bind - bind to the ldap server. The dn and password
45 * ldap_bind( ld, "cn=manager, o=university of michigan, c=us", "secret",
51 ldap_bind( LDAP *ld, const char *dn, const char *passwd, int authmethod ) function
65 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_bind\n", 0, 0, 0 );
H A Dllib-lldap37 int ldap_bind(LDAP *ld, const char *dn, const char *passwd, int authmethod);
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h904 int ldap_bind(LDAP *ld, char *who, char *passwd, int authmethod);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c451 if ( ldap_bind( ld, dn, passwd, method ) == -1 ) {
452 fprintf( stderr, "ldap_bind failed\n" );
453 ldap_perror( ld, "ldap_bind" );
/osnet-11/usr/src/head/
H A Dldap.h1375 int LDAP_CALL ldap_bind(LDAP *ld, const char *who,
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_op.c559 /* No ldap_bind() required (or even possible) */
566 ret = ldap_bind(ld, who, cred, LDAP_AUTH_SIMPLE);

Completed in 37 milliseconds