opendj-server-legacy/src/main/java/org/opends/server/extensions/ExternalSASLMechanismHandler.java
@@ -206,7 +206,7 @@ // Get the userCertificate attribute from the user's entry for use in the // validation process. List<Attribute> certAttrList = userEntry.getAttribute(certificateAttributeType); List<Attribute> certAttrList = userEntry.getAllAttributes(certificateAttributeType); switch (validationPolicy) { case ALWAYS: