OR parameter in Filter
-
Hi,
Thanks for a great plugin. I’ve been able to successfully set this up – all bar one thing.
In the Filter field if I enter:
(&(mail=%s)(objectclass=inetOrgPerson))
I can log in with my email address.
If I enter:
(&(uid=%s)(objectclass=inetOrgPerson))
I can log in with my username.
However, if I enter:
(&(objectclass=inetOrgPerson)(|(mail=%s)(uid=%s)))
I can’t log in with my email or username.
In my php error log all I see is:
No bind successfull. Exception thrown in line 68
Any help would be much appreciated.
Barry
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘OR parameter in Filter’ is closed to new replies.