Searched refs:ldap_bind_s (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dbind.c95 * ldap_bind_s - bind to the ldap server (and X.500). The dn and password
103 * ldap_bind_s( ld, "cn=manager, o=university of michigan, c=us",
105 * ldap_bind_s( ld, "cn=manager, o=university of michigan, c=us",
109 ldap_bind_s( LDAP *ld, char *dn, char *passwd, int authmethod ) function
111 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 89, "ldap_bind_s\n"), 0, 0, 0 );
H A Drequest.c394 if ( ldap_bind_s( ld, binddn, passwd, authmethod ) !=
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c82 * ldap_bind_s - bind to the ldap server. The dn and password
90 * ldap_bind_s( ld, "cn=manager, o=university of michigan, c=us",
92 * ldap_bind_s( ld, "cn=manager, o=university of michigan, c=us",
97 ldap_bind_s( LDAP *ld, const char *dn, const char *passwd, int authmethod ) function
101 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_bind_s\n", 0, 0, 0 );
H A Dllib-lldap38 int ldap_bind_s(LDAP *ld, const char *dn, const char *passwd, int authmethod);
H A Drequest.c496 if (( lderr = ldap_bind_s( ld, binddn, passwd,
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h906 int ldap_bind_s(LDAP *ld, char *who, char *cred, int method);
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dldap.c231 ** happens at ldap_bind_s() so we need the timeout here.
251 bind_result = ldap_bind_s(ld, lmap->ldap_binddn,
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c499 if ( ldap_bind_s( ld, dn, passwd, method ) !=
501 fprintf( stderr, "ldap_bind_s failed\n" );
502 ldap_perror( ld, "ldap_bind_s" );
/osnet-11/usr/src/head/
H A Dldap.h1377 int LDAP_CALL ldap_bind_s(LDAP *ld, const char *who,
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c368 status = ldap_bind_s(ld, "", NULL, LDAP_AUTH_SIMPLE);

Completed in 51 milliseconds