Home
last modified time | relevance | path

Searched refs:LDAP_AUTH_SIMPLE (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c70 case LDAP_AUTH_SIMPLE: in ldap_bind()
102 case LDAP_AUTH_SIMPLE: in ldap_bind_s()
H A Dsbind.c106 LDAP_AUTH_SIMPLE ); in simple_bind_nolock()
122 NSLDAPI_LDAP_VERSION( ld ), dn, LDAP_AUTH_SIMPLE, passwd ) == -1 ) { in simple_bind_nolock()
H A Dsaslbind.c124 ldapversion, dn, LDAP_AUTH_SIMPLE, cred->bv_val, in ldap_sasl_bind()
H A Drequest.c470 authmethod = LDAP_AUTH_SIMPLE; in nsldapi_new_connection()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c235 *authmethodp = LDAP_AUTH_SIMPLE; in bind_prompt()
242 if ( *authmethodp == LDAP_AUTH_SIMPLE && dn[0] != '\0' ) { in bind_prompt()
440 method = LDAP_AUTH_SIMPLE; in main()
445 if ( method == LDAP_AUTH_SIMPLE && dn[0] != '\0' ) in main()
485 method = LDAP_AUTH_SIMPLE; in main()
498 if (method == LDAP_AUTH_SIMPLE) { in main()
H A Dcommon.c1933 *methodp = LDAP_AUTH_SIMPLE;
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c415 int tmpMethod = LDAP_AUTH_SIMPLE; /* temp - until its passed in */ in _connectToLDAP()
2422 static int sMethod = LDAP_AUTH_SIMPLE; in _manageReferralCredentials()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c87 lmap->ldap_method = LDAP_AUTH_SIMPLE;
/illumos-gate/usr/src/head/
H A Dldap.h1350 #define LDAP_AUTH_SIMPLE 0x80 macro
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c566 ret = ldap_bind(ld, who, cred, LDAP_AUTH_SIMPLE); in ldapBind()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c3864 { "simple", LDAP_AUTH_SIMPLE },
4413 case LDAP_AUTH_SIMPLE: