diff options
author | Martin Kosek <mkosek@redhat.com> | 2011-06-03 14:21:43 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-06-15 08:36:32 +0200 |
commit | 058e3d03068f84d4fd62e1ae77156329ceda2537 (patch) | |
tree | 10ae4f79c8b07d6ec2be46f1a3f74fd7f9db193f /VERSION | |
parent | 7d72eb291a89f8fef372905df5fbb051f15be1c9 (diff) | |
download | freeipa-058e3d03068f84d4fd62e1ae77156329ceda2537.tar.gz freeipa-058e3d03068f84d4fd62e1ae77156329ceda2537.tar.xz freeipa-058e3d03068f84d4fd62e1ae77156329ceda2537.zip |
Add ignore lists to migrate-ds command
When user migrates users/groups from an old DS instance, the
migration may fail on unsupported object classes and/or
relevant LDAP object attributes.
This patch implements a support for object class and attribute
ignore lists that can be used to suppress these migration issues.
Additionally, a redundant "dev/null" file is removed from git repo
(originally added in 26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2).
https://fedorahosted.org/freeipa/ticket/1266
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=4 +IPA_API_VERSION_MINOR=5 |