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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/src/server/org/opends/server/extensions/ExternalSASLMechanismHandler.java
@@ -301,7 +301,7 @@
            boolean found = false;
            for (Attribute a : certAttrList)
            {
              if (a.hasValue(v))
              if (a.contains(v))
              {
                found = true;
                break;
@@ -349,7 +349,7 @@
            boolean found = false;
            for (Attribute a : certAttrList)
            {
              if (a.hasValue(v))
              if (a.contains(v))
              {
                found = true;
                break;