mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
ea4f60b15a
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
62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
# 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
|