Hello,
Have LDAP authentication problem please help.
log error 2016-10-18 12:58:50.691 ===== TRACE ===== authenticate - Filter error : ldap_search returned more than one result for filter
Your filter is not explicit.
It returns several users, so software cannot identify correct user in LDAP.
this is what I used
(&(objectClass=user)(objectCategory=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
Have tested this filter as well but still no luck
(&(objectCategory=person)(objectClass=user)(cn=*))
in your filter, you don't use %USERNAME%, that will be replaced with provided login :woohoo:
thanks solved works fine