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

neil_a_wilson
11.32.2007 5606f48359e5d381e80bc7bf8f42bcbdf2e19ec0
opends/src/server/org/opends/server/extensions/ExternalSASLMechanismHandler.java
@@ -487,7 +487,7 @@
                      List<String> unacceptableReasons)
  {
    boolean configAcceptable = true;
    DN configEntryDN = configuration.dn();
    DN cfgEntryDN = configuration.dn();
    // Get the attribute type to use for validating the certificates.  If none
    // is provided, then default to the userCertificate type.
@@ -502,7 +502,7 @@
    {
      int msgID = MSGID_SASLEXTERNAL_UNKNOWN_CERT_ATTR;
      unacceptableReasons.add(getMessage(msgID, String.valueOf(attrTypeName),
                                         String.valueOf(configEntryDN)));
                                         String.valueOf(cfgEntryDN)));
      configAcceptable = false;
    }
@@ -514,7 +514,7 @@
    if (certificateMapper == null)
    {
      int msgID = MSGID_SASLEXTERNAL_INVALID_CERTIFICATE_MAPPER_DN;
      unacceptableReasons.add(getMessage(msgID, String.valueOf(configEntryDN),
      unacceptableReasons.add(getMessage(msgID, String.valueOf(cfgEntryDN),
           String.valueOf(configuration.getCertificateMapperDN())));
      configAcceptable = false;
    }