Commit 929c7b0d authored by jan.koester's avatar jan.koester
Browse files

test

parent 28f84edd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ bool blogi::Auth::ldapLogin(const char *username,const char *password,std::strin
    berval cred, * servercred;
    cred.bv_val = (char*)password;
    cred.bv_len = strlen(password);
    ulerr = ldap_sasl_bind_s(userldap, username, LDAP_SASL_SIMPLE,
    ulerr = ldap_sasl_bind_s(userldap, username, LDAP_SASL_AUTOMATIC,
                             &cred, &userserverctls, &userclientctls, &servercred);

    if (ulerr != LDAP_SUCCESS) {