Searched refs:LDAP_AUTH_SIMPLE (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | bind.c | 72 case LDAP_AUTH_SIMPLE: in ldap_bind() 104 case LDAP_AUTH_SIMPLE: in ldap_bind_s()
|
H A D | sbind.c | 108 LDAP_AUTH_SIMPLE ); in simple_bind_nolock() 124 NSLDAPI_LDAP_VERSION( ld ), dn, LDAP_AUTH_SIMPLE, passwd ) == -1 ) { in simple_bind_nolock()
|
H A D | saslbind.c | 126 ldapversion, dn, LDAP_AUTH_SIMPLE, cred->bv_val, in ldap_sasl_bind()
|
H A D | request.c | 472 authmethod = LDAP_AUTH_SIMPLE; in nsldapi_new_connection()
|
/titanic_50/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 235 *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 D | common.c | 1932 *methodp = LDAP_AUTH_SIMPLE;
|
/titanic_50/usr/src/lib/print/libprint/common/ |
H A D | nss_ldap.c | 417 int tmpMethod = LDAP_AUTH_SIMPLE; /* temp - until its passed in */ in _connectToLDAP() 2426 static int sMethod = LDAP_AUTH_SIMPLE; in _manageReferralCredentials()
|
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 87 lmap->ldap_method = LDAP_AUTH_SIMPLE;
|
/titanic_50/usr/src/head/ |
H A D | ldap.h | 1380 #define LDAP_AUTH_SIMPLE 0x80 macro
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 566 ret = ldap_bind(ld, who, cred, LDAP_AUTH_SIMPLE); in ldapBind()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | map.c | 3864 { "simple", LDAP_AUTH_SIMPLE }, 4413 case LDAP_AUTH_SIMPLE:
|