From c87567005bee750a35b64c8f567db4f356307ce8 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 30 Jun 2011 13:24:46 +0000
Subject: [PATCH] Fix for OPENDJ-222. Rebranded self sign cert to OpenDJ
---
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java b/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
index 1208c25..1d6df57 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -110,7 +110,7 @@
* This is an abstract class that is in charge of actually performing the
* installation.
*
- * It just takes a UserData object and based on that installs OpenDS.
+ * It just takes a UserData object and based on that installs OpenDJ.
*
* When there is an update during the installation it will notify the
* ProgressUpdateListener objects that have been added to it. The
@@ -4489,7 +4489,7 @@
private String getSelfSignedCertificateSubjectDN()
{
return "cn="+Rdn.escapeValue(getUserData().getHostName())+
- ",O=OpenDS Self-Signed Certificate";
+ ",O=OpenDJ Self-Signed Certificate";
}
/**
--
Gitblit v1.10.0