From af105fd6f3de045f55081c0caab704a9854fa5af Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Tue, 16 Jul 2024 12:39:46 +0000
Subject: [PATCH] [#148,#261,#282] FIX control-panel schema errors in remote mode (#359)
---
opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 16fed10..42f8e43 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
@@ -1981,7 +1981,7 @@
/**
* 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 = "Open Identity Platform Community";
--
Gitblit v1.10.0