diff options
author | Ondrej Hamada <ohamada@redhat.com> | 2012-03-01 11:41:53 +0100 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-02-29 18:30:03 -0500 |
commit | 73249140fce64e56ddf5cd70441804a627b0cc34 (patch) | |
tree | 7b10ac3973dd1e3f228798774ff0fc7f818d4d7a /VERSION | |
parent | 0099ccbea829203a14013255aa0a4058d4d58a36 (diff) | |
download | freeipa-73249140fce64e56ddf5cd70441804a627b0cc34.tar.gz freeipa-73249140fce64e56ddf5cd70441804a627b0cc34.tar.xz freeipa-73249140fce64e56ddf5cd70441804a627b0cc34.zip |
Migration warning when compat enabled
Added check into migration plugin to warn user when compat is enabled.
If compat is enabled, the migration fails and user is warned that he
must turn the compat off or run the script with (the newly introduced)
option '--with-compat'.
'--with-compat' is new flag. If it is set, the compat status is ignored.
https://fedorahosted.org/freeipa/ticket/2274
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=28 +IPA_API_VERSION_MINOR=29 |