Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vendor name. #86

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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";



Expand Down
Loading