From e8b95f07d9b1066e806b108d12e70986b3faa48e Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 29 Mar 2006 19:47:28 +0000 Subject: [186642] Directory Server Makefile updates for Internal build . removed the dependency on DBM . Updated components' RELDATEs. . Console jar file name adjustment: --.jar . Fix for HP-UX IPF . Use non-branded SetupUtil; add resource file to change branding . Updated the code to call createSIE so that the right brand is passed to SetupUtil. --- ldap/admin/src/configure_instance.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ldap/admin/src/configure_instance.cpp') diff --git a/ldap/admin/src/configure_instance.cpp b/ldap/admin/src/configure_instance.cpp index ed69bb3e..80b5b24d 100644 --- a/ldap/admin/src/configure_instance.cpp +++ b/ldap/admin/src/configure_instance.cpp @@ -133,7 +133,7 @@ extern "C" { // name of script file to generate relative to slapd instance directory #define SCRIPT_FILE_NAME "start-console" -#define DS_JAR_FILE_NAME "ds10.jar" +#define DS_JAR_FILE_NAME "fedora-ds-1.0.jar" #define DS_CONSOLE_CLASS_NAME "com.netscape.admin.dirserv.DSAdmin" #ifdef XP_WIN32 @@ -711,6 +711,7 @@ static LdapError create_sie_and_isie(LdapEntry *sieEntry, LdapEntry *appEntry, NSString& sieDN) { LdapError ldapError; // return value + const char *adminBrand = "Fedora"; // Prepare sieEntry sieEntry->clear(); @@ -758,7 +759,7 @@ create_sie_and_isie(LdapEntry *sieEntry, LdapEntry *appEntry, NSString& sieDN) LdapErrorCode code = createSIE(sieEntry, appEntry, fqdn, installInfo->get(SLAPD_KEY_SERVER_ROOT), - ssDN); + ssDN, adminBrand); delete [] fqdn; if (code != OKAY) -- cgit