Searched refs:ldap_bind_s (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | bind.c | 95 * 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 D | request.c | 394 if ( ldap_bind_s( ld, binddn, passwd, authmethod ) !=
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | bind.c | 82 * 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 D | llib-lldap | 38 int ldap_bind_s(LDAP *ld, const char *dn, const char *passwd, int authmethod);
|
H A D | request.c | 496 if (( lderr = ldap_bind_s( ld, binddn, passwd,
|
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | ldap.h | 906 int ldap_bind_s(LDAP *ld, char *who, char *cred, int method);
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 231 ** 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 D | ldaptest.c | 499 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 D | ldap.h | 1377 int LDAP_CALL ldap_bind_s(LDAP *ld, const char *who,
|
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_ads.c | 368 status = ldap_bind_s(ld, "", NULL, LDAP_AUTH_SIMPLE);
|
Completed in 72 milliseconds