From 09fb073e8210f1c8239c0b253672e613822fc553 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 24 Jun 2010 10:31:52 -0400 Subject: 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. --- daemons/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'daemons/configure.ac') diff --git a/daemons/configure.ac b/daemons/configure.ac index 7f0fd680..5b520897 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 -- cgit