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()) {