diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2005-03-25 02:09:27 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2005-03-25 02:09:27 +0000 |
commit | 03462d65dcb2be5f8ccda2eb80353dce5e2d0d98 (patch) | |
tree | 3ea2acadf10f45f086978ba080794fe92985ce90 /ldap/admin/src/configure_instance.cpp | |
parent | b6bff935c117b5042cd2a9809218607c01bea965 (diff) | |
download | ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.gz ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.xz ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.zip |
[Bug 146919] Directory Server rebranding
1) Brandx -> Fedora
2) Pick up new internal component set (Admin SDK, Setup SDK, Admin Server)
3) Use JRE from the Admin Server package
4) Docs
a) Componentize Docs
b) Rebrand Docs
c) Drop packaging Administration Guide in the external version
Diffstat (limited to 'ldap/admin/src/configure_instance.cpp')
-rw-r--r-- | ldap/admin/src/configure_instance.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ldap/admin/src/configure_instance.cpp b/ldap/admin/src/configure_instance.cpp index f2d6b70d..1aaa0c60 100644 --- a/ldap/admin/src/configure_instance.cpp +++ b/ldap/admin/src/configure_instance.cpp @@ -10,7 +10,7 @@ ** configure_instance.cpp ** ** DESCRIPTION: -** Netscape Directory Server Configuration Program +** Fedora Directory Server Configuration Program ** ** NOTES: ** Derived from the original ux-config.cc @@ -621,7 +621,7 @@ getAdminSIEDN(const char *dsSIEDN, const char *hostname, NSString& adminSIEDN) ldap_value_free(rdnList); adminSIEDN = NSString("cn=admin-serv-") + editablehostname + - ", cn=Netscape Administration Server, " + baseDN; + ", cn=Fedora Administration Server, " + baseDN; delete [] editablehostname; free(baseDN); @@ -901,14 +901,14 @@ create_roledit_extension(Ldap* ldap) ldapEntry.setAttribute("objectclass", DEFAULT_GLOBAL_PREFS_OBJECT); ldapEntry.setAttribute("ou", DEFAULT_GLOBAL_PREFS); ldapEntry.setAttribute("aci", DEFAULT_GLOBAL_PREFS_ACI); - ldapEntry.setAttribute("description", "Default branch for Netscape Server Products Global Preferences"); + ldapEntry.setAttribute("description", "Default branch for Fedora Server Products Global Preferences"); // dsLogMessage("Info", "Slapd", "Updating global preferences for console role editor extensions"); err = ldapEntry.insert(globalPref); } else { ldapEntry.setAttribute("aci", DEFAULT_GLOBAL_PREFS_ACI); - ldapEntry.setAttribute("description", "Default branch for Netscape Server Products Global Preferences"); + ldapEntry.setAttribute("description", "Default branch for Fedora Server Products Global Preferences"); // dsLogMessage("Info", "Slapd", "Updating global preferences for console role editor extensions"); err = ldapEntry.replace(globalPref); } @@ -970,7 +970,7 @@ create_ss_dir_tree(const char *hostname, NSString &sieDN) if (code != OKAY) { dsLogMessage(SETUP_LOG_FATAL, "Slapd", - "ERROR: failed to register Directory server as a Netscape server (%d)", + "ERROR: failed to register Directory server as a Fedora server (%d)", code); return code; } @@ -1091,7 +1091,7 @@ create_console_script() ofs << "#!/bin/sh" << endl; ofs << "#" << endl; - ofs << "# This script will invoke the Netscape Console" << endl; + ofs << "# This script will invoke the Fedora Management Console" << endl; ofs << "#" << endl; // see if there are any other .jar or .zip files in the java directory // and add them to our class path too |