summaryrefslogtreecommitdiffstats
path: root/daemons/configure.ac
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-06-24 10:31:52 -0400
committerRob Crittenden <rcritten@redhat.com>2010-06-24 10:33:53 -0400
commit09fb073e8210f1c8239c0b253672e613822fc553 (patch)
tree6f3f333a2273a45792040523c9726de89ce3342d /daemons/configure.ac
parent93e54366f9afedcdef78c8dfb6373d4813fba8cb (diff)
downloadfreeipa-09fb073e8210f1c8239c0b253672e613822fc553.tar.gz
freeipa-09fb073e8210f1c8239c0b253672e613822fc553.tar.xz
freeipa-09fb073e8210f1c8239c0b253672e613822fc553.zip
Replication version checking.
Whenever we upgrade IPA such that any data incompatibilities might occur then we need to bump the DATA_VERSION value so that data will not replicate to other servers. The idea is that you can do an in-place upgrade of each IPA server and the different versions own't pollute each other with bad data.
Diffstat (limited to 'daemons/configure.ac')
-rw-r--r--daemons/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/configure.ac b/daemons/configure.ac
index 7f0fd680f..5b5208974 100644
--- a/daemons/configure.ac
+++ b/daemons/configure.ac
@@ -264,6 +264,7 @@ AC_CONFIG_FILES([
ipa-slapi-plugins/ipa-memberof/Makefile
ipa-slapi-plugins/ipa-pwd-extop/Makefile
ipa-slapi-plugins/ipa-winsync/Makefile
+ ipa-slapi-plugins/ipa-version/Makefile
])
AC_OUTPUT