opendj-server-legacy/src/main/java/org/opends/server/api/AuthenticationPolicyState.java
@@ -289,8 +289,7 @@ */ public boolean isDisabled() { final AttributeType type = DirectoryServer.getAttributeType( OP_ATTR_ACCOUNT_DISABLED, true); final AttributeType type = DirectoryServer.getAttributeTypeOrDefault(OP_ATTR_ACCOUNT_DISABLED); try { isDisabled = getBoolean(userEntry, type);