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

neil_a_wilson
11.32.2007 5606f48359e5d381e80bc7bf8f42bcbdf2e19ec0
opends/src/server/org/opends/server/extensions/SubjectDNToUserAttributeCertificateMapper.java
@@ -262,7 +262,7 @@
                      List<String> unacceptableReasons)
  {
    boolean configAcceptable = true;
    DN configEntryDN = configuration.dn();
    DN cfgEntryDN = configuration.dn();
    // Make sure that the subject attribute is defined in the server schema.
    String attrName = configuration.getSubjectAttribute();
@@ -272,7 +272,7 @@
    if (newSubjectType == null)
    {
      unacceptableReasons.add(getMessage(MSGID_SDTUACM_NO_SUCH_ATTR,
                                         String.valueOf(configEntryDN),
                                         String.valueOf(cfgEntryDN),
                                         attrName));
      configAcceptable = false;
    }