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

/osnet-11/usr/src/lib/libldap4/common/
H A Dsaslbind.c259 * ldap_sasl_bind_s - bind to the ldap server (and X.500).
265 int ldap_sasl_bind_s( function
307 if ((res = ldap_sasl_bind_s(ld, dn, LDAP_SASL_CRAM_MD5, NULL, serverctrls, clientctrls, &challenge))
336 res = ldap_sasl_bind_s(ld, dn, LDAP_SASL_CRAM_MD5, &resp, serverctrls, clientctrls, &challenge);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsaslbind.c162 * ldap_sasl_bind_s - bind to the ldap server using sasl authentication
170 * ldap_sasl_bind_s( ld, "cn=manager, o=university of michigan, c=us",
175 ldap_sasl_bind_s( function
188 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_sasl_bind_s\n", 0, 0, 0 );

Completed in 22 milliseconds