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

Jean-Noël Rouvignac
06.25.2016 d89c47e7cb1b3c9181e25582539aac1dedb46099
opendj-server-legacy/src/main/java/org/opends/server/api/AuthenticationPolicyState.java
@@ -95,7 +95,7 @@
  protected static ConditionResult getBoolean(final Entry entry,
      final AttributeType attributeType) throws DirectoryException
  {
    for (final Attribute a : entry.getAttribute(attributeType))
    for (final Attribute a : entry.getAllAttributes(attributeType))
    {
      if (a.isEmpty())
      {
@@ -170,7 +170,7 @@
  {
    long timeValue = -1;
    for (final Attribute a : entry.getAttribute(attributeType))
    for (final Attribute a : entry.getAllAttributes(attributeType))
    {
      if (a.isEmpty())
      {