Browse Source

Ticket #351 - use betxn plugins by default

https://fedorahosted.org/389/ticket/351
Resolves: Ticket #351
Bug Description: use betxn plugins by default
Reviewed by: nhosoi (Thanks!)
Branch: master
Fix Description: Partial revert.  Removes the plugins from 90betxn-plugins.ldif
so that none of them will be betxn by default.  It seems there are some
deadlocks that can occur with memberof.  Rather than play whack-a-mole with
IPA, I'm going to back out this change for now, and figure out a way to
more adequately test all of the plugin interactions that occur with
IPA.
Platforms tested: RHEL6 x86_64, Fedora 17
Flag Day: no
Doc impact: no
(cherry picked from commit d63d4f282fcdbd95e6654de88e8accbbcd0e7802)
Rich Megginson 13 years ago
parent
commit
055ba38f79
1 changed files with 0 additions and 40 deletions
  1. 0 40
      ldap/ldif/90betxn-plugins.ldif

+ 0 - 40
ldap/ldif/90betxn-plugins.ldif

@@ -1,40 +0,0 @@
-dn: cn=State Change Plugin,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-plugintype
-nsslapd-plugintype: betxnpostoperation
-
-dn: cn=MemberOf Plugin,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-plugintype
-nsslapd-plugintype: betxnpostoperation
-
-dn: cn=referential integrity postoperation,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-plugintype
-nsslapd-plugintype: betxnpostoperation
-
-dn: cn=attribute uniqueness,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-plugintype
-nsslapd-plugintype: betxnpreoperation
-
-dn: cn=Auto Membership Plugin,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-plugintype
-nsslapd-plugintype: betxnpreoperation
-
-dn: cn=Linked Attributes,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-plugintype
-nsslapd-plugintype: betxnpreoperation
-
-dn: cn=Managed Entries,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-plugintype
-nsslapd-plugintype: betxnpreoperation
-
-dn: cn=Retro Changelog Plugin,cn=plugins,cn=config
-changetype: modify
-replace: nsslapd-pluginbetxn
-nsslapd-pluginbetxn: TRUE
-