summaryrefslogtreecommitdiffstats
path: root/component_versions.mk
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-05-16 03:10:15 +0000
committerRich Megginson <rmeggins@redhat.com>2005-05-16 03:10:15 +0000
commit582a2c5f1fe8801c22a076ad1d8128d8f82fc4c9 (patch)
tree5f872acdf8c251416098705004ae93e8ac60476c /component_versions.mk
parent86623b54b34d2b3fd4e30d1973426481d918eea1 (diff)
downloadds-582a2c5f1fe8801c22a076ad1d8128d8f82fc4c9.tar.gz
ds-582a2c5f1fe8801c22a076ad1d8128d8f82fc4c9.tar.xz
ds-582a2c5f1fe8801c22a076ad1d8128d8f82fc4c9.zip
Bug(s) fixed: 157341
Bug Description: Tracking bug for the windows synch service Reviewed by: no one (but it should be pretty safe) Fix Description: Thomas and Anthony already did most of the work require to build the windows sync packages and push them as components. This change just picks up those two components and packages them with the DS build. When DS is installed, there will be a new "winsync" directory under the server root. This directory contains self extracting Windows installer files for Active Directory sync and NT4 sync, with a .msi extension. The user will have to copy these files to the Windows machine containing the domain controller. Platforms tested: RHEL3 Flag Day: no Doc impact: Yes. The Windows Sync documentation will have to explain where these files reside in the package and how to install them. QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
Diffstat (limited to 'component_versions.mk')
-rw-r--r--component_versions.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/component_versions.mk b/component_versions.mk
index a81de94e..e74e37b4 100644
--- a/component_versions.mk
+++ b/component_versions.mk
@@ -248,3 +248,11 @@ endif
ifndef MAVEN_VERSION
MAVEN_VERSION=1.0.2
endif
+
+ifndef ADSYNC_VERSION
+ ADSYNC_VERSION=20050513
+endif
+
+ifndef NT4SYNC_VERSION
+ NT4SYNC_VERSION=20050513
+endif