LDAP_AUTH_SIMPLE
*methodp = LDAP_AUTH_SIMPLE;
*authmethodp = LDAP_AUTH_SIMPLE;
if ( *authmethodp == LDAP_AUTH_SIMPLE && dn[0] != '\0' ) {
method = LDAP_AUTH_SIMPLE;
if ( method == LDAP_AUTH_SIMPLE && dn[0] != '\0' )
method = LDAP_AUTH_SIMPLE;
if (method == LDAP_AUTH_SIMPLE) {
lmap->ldap_method = LDAP_AUTH_SIMPLE;
{ "simple", LDAP_AUTH_SIMPLE },
case LDAP_AUTH_SIMPLE:
case LDAP_AUTH_SIMPLE:
case LDAP_AUTH_SIMPLE:
authmethod = LDAP_AUTH_SIMPLE;
ldapversion, dn, LDAP_AUTH_SIMPLE, cred->bv_val,
LDAP_AUTH_SIMPLE );
NSLDAPI_LDAP_VERSION( ld ), dn, LDAP_AUTH_SIMPLE, passwd ) == -1 ) {
ret = ldap_bind(ld, who, cred, LDAP_AUTH_SIMPLE);
static int sMethod = LDAP_AUTH_SIMPLE;
int tmpMethod = LDAP_AUTH_SIMPLE; /* temp - until its passed in */