Searched defs:ldap_sasl_bind (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dsaslbind.c96 * ldap_sasl_bind - bind to the ldap server (and X.500).
102 int ldap_sasl_bind( function
115 Debug ( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 1288, "ldap_sasl_bind\n"), 0,0,0);
278 Debug ( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 1288, "ldap_sasl_bind\n"), 0,0,0);
280 if ((retcode = ldap_sasl_bind(ld, dn, mechanism, cred, serverctrls, clientctrls, &msgid)) != LDAP_SUCCESS)
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsaslbind.c30 * ldap_sasl_bind - authenticate to the ldap server. The dn, mechanism,
41 * err = ldap_sasl_bind( ld, "cn=manager, o=university of michigan, c=us",
46 ldap_sasl_bind( function
76 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_sasl_bind\n", 0, 0, 0 );
195 if ( ( err = ldap_sasl_bind( ld, dn, mechanism, cred, serverctrls,

Completed in 21 milliseconds