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

neil_a_wilson
11.32.2007 5606f48359e5d381e80bc7bf8f42bcbdf2e19ec0
opends/src/server/org/opends/server/extensions/FingerprintCertificateMapper.java
@@ -298,7 +298,7 @@
                      List<String> unacceptableReasons)
  {
    boolean configAcceptable = true;
    DN configEntryDN = configuration.dn();
    DN cfgEntryDN = configuration.dn();
    // Make sure that the fingerprint attribute is defined in the server schema.
    String attrName = configuration.getFingerprintAttribute();
@@ -308,7 +308,7 @@
    if (newFingerprintType == null)
    {
      unacceptableReasons.add(getMessage(MSGID_FCM_NO_SUCH_ATTR,
                                         String.valueOf(configEntryDN),
                                         String.valueOf(cfgEntryDN),
                                         attrName));
      configAcceptable = false;
    }