lsc
lsc copied to clipboard
Unneeded naming context warning due to case sensitive check
When you copy&paste your user container DN from Windows "Users and Computers" application you get OU and DC keys in uppercase. On startup LSC controls if the naming context fits, but that control is case sensitive.
As far as i know LDAP DN's are per default case insensitive. So i suggest the check routing should cast everything to lowercase before comparing endings ?
Nov 30 10:55:09 - WARN - Your baseDn settings (OU=Users,DC=toto,DC=local) does not end with the LDAP naming context (dc=toto,dc=local). This is probably an error ! For LSC 1.X users, this is part of the changelog to 2.X.
Needs to remove JNDI code
See #162