Searched refs:ldap_sasl_bind_s (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcram_md5.c83 if ((res = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_CRAM_MD5, NULL, serverctrls, clientctrls, &challenge))
112 res = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_CRAM_MD5, &resp, serverctrls, clientctrls, &challenge);
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 );
H A Ddigest_md5.c682 errnum = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_DIGEST_MD5,
700 errnum = ldap_sasl_bind_s(ld, NULL,
H A Dllib-lldap52 int ldap_sasl_bind_s(LDAP *ld, const char *dn, const char *mechanism, const struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, struct berval **servercredp);
H A Dsasl.c741 rc = ldap_sasl_bind_s(ld, dn, mech, &ccred,
/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);
H A Dllib-lldap48 int ldap_sasl_bind_s(LDAP *ld, char *dn, char *mechanism, struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, struct berval **servercredp);
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap_conn.c129 st = ldap_sasl_bind_s(ldap_server_handle->ldap_handle,
138 st = ldap_sasl_bind_s(ldap_server_handle->ldap_handle,
150 st = ldap_sasl_bind_s(ldap_server_handle->ldap_handle,
H A Dkdb_ldap.c206 retval = ldap_sasl_bind_s(ld, "", NULL, &cred, NULL, NULL, NULL);
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h924 int ldap_sasl_bind_s(LDAP *ld, char *dn, char *mechanism, struct berval *cred,
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c520 if (ldap_sasl_bind_s(ld, dn, mechanism, &cred, NULL, NULL, &srvcrds ) != LDAP_SUCCESS){
521 fprintf( stderr, "ldap_sasl_bind_s failed\n" );
522 ldap_perror( ld, "ldap_sasl_bind_s" );
/osnet-11/usr/src/head/
H A Dldap.h580 int LDAP_CALL ldap_sasl_bind_s(LDAP *ld, const char *dn,

Completed in 75 milliseconds