diff options
author | Rich Megginson <rmeggins@redhat.com> | 2005-10-29 02:28:24 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2005-10-29 02:28:24 +0000 |
commit | 2021746ab9832bbd8a4cbb4d788f1a8556667d81 (patch) | |
tree | 18541feca5f4ceb4730176304df5de051e369288 /ldap/cm/newinst | |
parent | 1edb0d5cd52be6c43a2291997468d7ff413f6a21 (diff) | |
download | ds-2021746ab9832bbd8a4cbb4d788f1a8556667d81.tar.gz ds-2021746ab9832bbd8a4cbb4d788f1a8556667d81.tar.xz ds-2021746ab9832bbd8a4cbb4d788f1a8556667d81.zip |
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/cm/newinst')
-rwxr-xr-x | ldap/cm/newinst/ns-keygen | 2 | ||||
-rw-r--r-- | ldap/cm/newinst/slapd-patch.inf | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ldap/cm/newinst/ns-keygen b/ldap/cm/newinst/ns-keygen index 9ba028ee..5c23e957 100755 --- a/ldap/cm/newinst/ns-keygen +++ b/ldap/cm/newinst/ns-keygen @@ -41,7 +41,7 @@ # # Usage ns-keygen password_file fully_qualified_hostname # Example: -# ./ns-keygen ../password.txt myhost.redhat.com +# ./ns-keygen ../password.txt myhost.directory.fedora.redhat.com # # Assumes that NSHOME is Set # if NSHOME is not set, it will be derived from the path of this script, which is diff --git a/ldap/cm/newinst/slapd-patch.inf b/ldap/cm/newinst/slapd-patch.inf index 27559a2c..c09309fb 100644 --- a/ldap/cm/newinst/slapd-patch.inf +++ b/ldap/cm/newinst/slapd-patch.inf @@ -38,17 +38,17 @@ # [General] Name= %%%SERVER_NAME%%% -Components=slapd-71 +Components=slapd-10 -[slapd-71] +[slapd-10] Name= %%%SERVER_NAME%%% InstanceNamePrefix= %%%INSTANCE_NAME_PREFIX%%% Description= %%%SERVER_NAME%%% -NickName= slapd-71 +NickName= slapd-10 Version= %%%SERVER_VERSION%%% BuildNumber= %%%SERVER_BUILD_NUM%%% -Archive= nsslapd-71.zip -SourcePath=slapd-71 +Archive= nsslapd-10.zip +SourcePath=slapd-10 PreInstall= ns-config -r PostInstall= bin/slapd/admin/bin/ns-update PreUninstall= bin/slapd/admin/bin/uninstall |