User Manager using LDAP but OU with spaces not working ?
-
Hi,
I wonder if someone who has this working can clarify if it works with a space in the OU name?
I've successfully setup the ldap link (as far as I am aware), I can click on select under Authentication containers and comes up with the areas I want to tick.
When I try and log in under Diagnostics - Authenication, it says The following input errors were detected: Authentication failed. if the account is in the area with a space, if I use the ldap account, which is just in users, it logs in fine.
Any ideas?
-
you can try and escape the space with \20 and see if that works
so
ou=OU WithSpace
becomes
ou=OU\20WithSpaceOtherwise you should post your settings so we can see what is going on.
Including but not limited to
Extend queries set?
Settings for
User naming attribute
Group naming attribute
Group member attribute -
might also be %20 as escape for space. so would be ou=OU%20WithSpace
-
thanks - I tried those two suggestions, but still not working :(
I've attached screenshot - please let me know what you think.
-
try
User naming attribute = samAccountName
Group naming attribute = cn
Group member attribute = memberOfThere is more but I am late for a meeting :)
-
try
User naming attribute = samAccountName
Group naming attribute = cn
Group member attribute = memberOfThere is more but I am late for a meeting :)
perfect thank you, that works under Diagnostics - Authenication and with the space in the OU name (no need for %20 etc).
Now how do I allow this to log on to pfsense for report monitoring ?