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

neil_a_wilson
15.25.2006 9d690194a88200c47b3a1d7ed64efe5890c2943b
opends/src/server/org/opends/server/core/AddOperation.java
@@ -1408,7 +1408,7 @@
          //          attribute.
          PasswordPolicy pwPolicy = null;
          List<Attribute> pwAttrList =
               entry.getAttribute(OP_ATTR_PWPOLICY_SUBENTRY_LC);
               entry.getAttribute(OP_ATTR_PWPOLICY_POLICY_DN);
          if ((pwAttrList != null) && (! pwAttrList.isEmpty()))
          {
            Attribute a = pwAttrList.get(0);