summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-10-29 02:28:24 +0000
committerRich Megginson <rmeggins@redhat.com>2005-10-29 02:28:24 +0000
commit2021746ab9832bbd8a4cbb4d788f1a8556667d81 (patch)
tree18541feca5f4ceb4730176304df5de051e369288 /ldap/admin/src
parent1edb0d5cd52be6c43a2291997468d7ff413f6a21 (diff)
Bug(s) fixed: 172005
Bug Description: Change ldapserver version to 1.0 Reviewed by: Noriko (Thanks!) Fix Description: This also fixes some lingering build issues involving perldap, which is no longer a separate setup package, but just gets included into DS in a similar manner to nspr, nss, etc. Platforms tested: RHEL4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
Diffstat (limited to 'ldap/admin/src')
-rw-r--r--ldap/admin/src/configure_instance.cpp2
-rwxr-xr-xldap/admin/src/updatedsgw4
2 files changed, 3 insertions, 3 deletions
diff --git a/ldap/admin/src/configure_instance.cpp b/ldap/admin/src/configure_instance.cpp
index 5beb9ff2..ed69bb3e 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 "ds71.jar"
+#define DS_JAR_FILE_NAME "ds10.jar"
#define DS_CONSOLE_CLASS_NAME "com.netscape.admin.dirserv.DSAdmin"
#ifdef XP_WIN32
diff --git a/ldap/admin/src/updatedsgw b/ldap/admin/src/updatedsgw
index e7b055ba..03efd21f 100755
--- a/ldap/admin/src/updatedsgw
+++ b/ldap/admin/src/updatedsgw
@@ -50,7 +50,7 @@ if (!$nshome ) {
if (!getopts('h:i:d:e:s:t:n:') || !$opt_n || !$opt_h ) {
print "usage: " . $0 . " -n nshome -h current_slapd_host:current_slapd_port [options]\n";
print "\nrequired:\n";
- print " -n directory\tthe directory where 7.1 is installed (NS-HOME)\n";
+ print " -n directory\tthe directory where 1.0 is installed (NS-HOME)\n";
print " -h host[:port]\tthe current host and port of the directory server\n";
print " \tto which the gateway connects.\n";
print "\noptions:\n";
@@ -59,7 +59,7 @@ if (!$nshome ) {
print " -t suffix\t\tthe new ESCAPED suffix of the directory server\n";
print " -d dirmgrdn\t\tthe old manager dn of the directory server\n";
print " -e dirmgrdn\t\tthe new manager dn of the directory server\n";
- print "\nexample:\n " . $0 . " -n /home/servers/ds71/ -h gargoyle:1974 -i brooklyn -s \"dc=example,dc=com\" -t \"o%3Dredhat.com\" -d \"cn=directory manager\" -e \"cn=directory guru\"\n";
+ print "\nexample:\n " . $0 . " -n /home/servers/ds10/ -h gargoyle:1974 -i brooklyn -s \"dc=example,dc=com\" -t \"o%3Ddirectory.fedora.redhat.com\" -d \"cn=directory manager\" -e \"cn=directory guru\"\n";
exit;
}