From fcdd739253c0c9c1e41f255f5dc4bca2446458fa Mon Sep 17 00:00:00 2001 From: Karel Maxa Date: Wed, 25 Oct 2023 17:32:51 +0200 Subject: [PATCH] Update vendor name. --- .../src/main/java/org/opends/server/util/ServerConstants.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";