I had an issue with mixing lower and upper case in login
Posted bylkratzat
2004-02-25 12:36 PM
When autheticating in OGo thru LDAP, the LDAP authentication is not case sensitive :
so testuser and TeStUsEr authenticate both on uid=testuser ou=global ou=...
you can prevent this by adding:
LSUseLowercaseLogin = YES;
into your NSGlobalDomain.plist
(dont forget to restart OGo afterwards)
When autheticating in OGo thru LDAP, the LDAP authentication is not case sensitive : so testuser and TeStUsEr authenticate both on uid=testuser ou=global ou=...
you can prevent this by adding:
LSUseLowercaseLogin = YES;
into your NSGlobalDomain.plist (dont forget to restart OGo afterwards)
Thanks at frank for the tip