I am using the ldap plugin for creating/authorizing users. I have a question to make. LDAP is mostly case insensitive for queries but case sensitive for writing. It means that if a user is created with ldap name LDAPUSE, it is different from user ldapuser, although if you query for one, the other can also answers back as a valid response if it exists. Until lately, I was logging with my ldapname as lowecase. No problem until then, but if I query my ldapname in the server it shows it in uppercase. Suddently, after a restart, if I try to log with lowecase, I don't appear anymore as an administrator, but rather as a normal user. I can only have admin privileges if I login on uppercase. Is this something I can fix on scm-manager ? Or I need to contact my ldap administrators (which in fact is an active directory) ?