LDAP Authentication

Hi,

I’ve a problem with LDAP login. LDAP config seems right but I got below error.

{:errors {:password “did not match stored password”}}

is it interested with “User Filter” ? how can i find the right string ?

User Filter : (&(objectClass=User)(sAMAccountName={login}))

(I can login with that on C#)
var ds = new DirectorySearcher(de)
{
Filter = String.Format("(&(objectClass=User)(sAMAccountName={0}))", _username)
};

Hi @alpertungir
I would recommend that you search the forum. LDAP issues are difficult to debug, but there are several topics own how to debug, and some known issues too.