mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
09fb073e82
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.
17 lines
187 B
Makefile
17 lines
187 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
ipa-enrollment \
|
|
ipa-pwd-extop \
|
|
ipa-version \
|
|
ipa-winsync \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|