Hello,

the file 'disable-betxn.ldif' is not used in code in IPA master branch.
There is 10-enable-betxn.update which is used.

If I'm right we can remove it. Patch attached.

Please correct me if the file is needed.
Martin^2

--
Martin Basti

From 9d6f9e4099cdc699ec146a647829c2b626468547 Mon Sep 17 00:00:00 2001
From: Martin Basti <mba...@redhat.com>
Date: Mon, 23 Feb 2015 20:09:51 +0100
Subject: [PATCH] Remove unused disable-betxn.ldif file

---
 install/share/Makefile.am        |  1 -
 install/share/disable-betxn.ldif | 61 ----------------------------------------
 2 files changed, 62 deletions(-)
 delete mode 100644 install/share/disable-betxn.ldif

diff --git a/install/share/Makefile.am b/install/share/Makefile.am
index 878d8868bbbb4f774d378b1d2e886841e2b4b7e4..ca6128e2911ab5c0a773dd553f8e67eab944f120 100644
--- a/install/share/Makefile.am
+++ b/install/share/Makefile.am
@@ -29,7 +29,6 @@ app_DATA =				\
 	default-smb-group.ldif		\
 	default-trust-view.ldif		\
 	delegation.ldif			\
-	disable-betxn.ldif		\
 	replica-acis.ldif		\
 	ds-nfiles.ldif			\
 	dns.ldif			\
diff --git a/install/share/disable-betxn.ldif b/install/share/disable-betxn.ldif
deleted file mode 100644
index 57a6858ddbb161dc5153d46caf3653998a60ce9f..0000000000000000000000000000000000000000
--- a/install/share/disable-betxn.ldif
+++ /dev/null
@@ -1,61 +0,0 @@
-# Disable transactions in 389-ds-base
-
-dn: cn=7-bit check,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginType
-nsslapd-pluginType: preoperation
-
-dn: cn=attribute uniqueness,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginType
-nsslapd-pluginType: preoperation
-
-dn: cn=Auto Membership Plugin,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginType
-nsslapd-pluginType: preoperation
-
-dn: cn=Linked Attributes,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginType
-nsslapd-pluginType: preoperation
-
-dn: cn=Managed Entries,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginType
-nsslapd-pluginType: preoperation
-
-dn: cn=MemberOf Plugin,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginType
-nsslapd-pluginType: postoperation
-
-dn: cn=Multimaster Replication Plugin,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginbetxn
-nsslapd-pluginbetxn: off
-
-dn: cn=PAM Pass Through Auth,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginType
-nsslapd-pluginType: preoperation
-
-dn: cn=referential integrity postoperation,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginType
-nsslapd-pluginType: postoperation
-
-dn: cn=Roles Plugin,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginbetxn
-nsslapd-pluginbetxn: off
-
-dn: cn=State Change Plugin,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginType
-nsslapd-pluginType: postoperation
-
-dn: cn=USN,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginbetxn
-nsslapd-pluginbetxn: off
-- 
2.1.0

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to