Home
last modified time | relevance | path

Searched refs:LDAP_AUTH_SASL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsaslbind.c100 cred, LDAP_AUTH_SASL )) != 0 ) { in ldap_sasl_bind()
130 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL, in ldap_sasl_bind()
134 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL, in ldap_sasl_bind()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c695 ldapauth = LDAP_AUTH_SASL;
732 if ( (isj || isw) && !isD && ( ldapauth != LDAP_AUTH_SASL ) ) {
818 if (ldapauth == LDAP_AUTH_SASL) {
878 if (ldversion == LDAP_VERSION2 && ldapauth == LDAP_AUTH_SASL) {
1210 if ( ldapauth != LDAP_AUTH_SASL ) {
1224 if ( ldapauth == LDAP_AUTH_SASL) {
1277 if (ldapauth != LDAP_AUTH_SASL) {
H A Dldaptest.c474 method = LDAP_AUTH_SASL; in main()
/illumos-gate/usr/src/head/
H A Dldap.h1351 #define LDAP_AUTH_SASL 0xa3 macro