Make Attributes keys case insensitive
[lgpl/argeo-commons.git] / org.argeo.security.core / src / org / argeo / osgi / useradmin / LdifParser.java
index 9e89c5eb7ca28855891aac52d46bcdd4cc275e51..da793adcebec4b05ff159c1b21d47ed4131ae64a 100644 (file)
@@ -116,7 +116,7 @@ class LdifParser {
                                                        try {
                                                                currentDn = new LdapName(
                                                                                attributeValue.toString());
-                                                               currentAttributes = new BasicAttributes();
+                                                               currentAttributes = new BasicAttributes(true);
                                                        } catch (InvalidNameException e) {
                                                                log.error(attributeValue
                                                                                + " not a valid DN, skipping the entry.");