From ea4f60b15a2743eb61f27ccd33d7bed17552eade Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 10 Oct 2012 22:41:02 -0400 Subject: Explicitly disable betxn plugins for the time being. This should work with 389-ds-base 1.2.x and 1.3.0. Without other plugin changes 389-ds-base can deadlock. https://fedorahosted.org/freeipa/ticket/3046 --- install/share/Makefile.am | 1 + install/share/disable-betxn.ldif | 61 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 install/share/disable-betxn.ldif (limited to 'install/share') diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 23cd766a..7f953bc4 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -18,6 +18,7 @@ app_DATA = \ default-hbac.ldif \ default-smb-group.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 new file mode 100644 index 00000000..57a6858d --- /dev/null +++ b/install/share/disable-betxn.ldif @@ -0,0 +1,61 @@ +# 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 -- cgit