From 058e3d03068f84d4fd62e1ae77156329ceda2537 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 3 Jun 2011 14:21:43 +0200 Subject: 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 --- dev/null | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 dev/null (limited to 'dev/null') diff --git a/dev/null b/dev/null deleted file mode 100644 index e69de29b..00000000 -- cgit