diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java b/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java index 16fed10d97..c4c4a46411 100644 --- a/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java +++ b/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java @@ -13,6 +13,7 @@ * * Copyright 2006-2010 Sun Microsystems, Inc. * Portions Copyright 2010-2016 ForgeRock AS. + * Portions Copyright 2023 Wren Security. */ package org.opends.server.util; @@ -1981,7 +1982,7 @@ public final class ServerConstants /** * The value that will be used for the vendorName attribute in the root DSE. */ - public static final String SERVER_VENDOR_NAME = "ForgeRock AS."; + public static final String SERVER_VENDOR_NAME = "Wren Security";