mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
30.43.2007 f13112d81058d8a3f500d5898ecb0769fab897bc
opends/src/server/org/opends/server/extensions/SubjectAttributeToUserAttributeCertificateMapper.java
@@ -119,8 +119,7 @@
    configEntryDN = configuration.dn();
    // Get and validate the subject attribute to user attribute mappings.
    LinkedHashMap<String,AttributeType> attributeMap =
         new LinkedHashMap<String,AttributeType>();
    attributeMap = new LinkedHashMap<String,AttributeType>();
    for (String mapStr : configuration.getSubjectAttributeMapping())
    {
      String lowerMap = toLowerCase(mapStr);