diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2005-02-02 19:35:54 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2005-02-02 19:35:54 +0000 |
| commit | 4e1df29390c456c9bd02f578bab94a3c8034fbb9 (patch) | |
| tree | 485475a8a43195b9d3009b6ddf8f1511e3d245e9 /ldap/admin/src | |
| parent | ae05276447e919c49e2ce81e3435f949471685b8 (diff) | |
| download | ds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.tar.gz ds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.tar.xz ds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.zip | |
[146919] De-brand the Directory Server as "brandx"
Diffstat (limited to 'ldap/admin/src')
| -rw-r--r-- | ldap/admin/src/configure_instance.cpp | 2 | ||||
| -rwxr-xr-x | ldap/admin/src/updatedsgw | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ldap/admin/src/configure_instance.cpp b/ldap/admin/src/configure_instance.cpp index db356e7f..f66c8015 100644 --- a/ldap/admin/src/configure_instance.cpp +++ b/ldap/admin/src/configure_instance.cpp @@ -100,7 +100,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 "ds70.jar" +#define DS_JAR_FILE_NAME "ds71.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 e09c59ac..d3f65db5 100755 --- a/ldap/admin/src/updatedsgw +++ b/ldap/admin/src/updatedsgw @@ -18,7 +18,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.0 is installed (NS-HOME)\n"; + print " -n directory\tthe directory where 7.1 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"; @@ -27,7 +27,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/ds70/ -h gargoyle:1974 -i brooklyn -s \"dc=example,dc=com\" -t \"o%3Dmcom.com\" -d \"cn=directory manager\" -e \"cn=directory guru\"\n"; + print "\nexample:\n " . $0 . " -n /home/servers/ds71/ -h gargoyle:1974 -i brooklyn -s \"dc=example,dc=com\" -t \"o%3Dbrandx.com\" -d \"cn=directory manager\" -e \"cn=directory guru\"\n"; exit; } |
