mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Set the ipa-modrdn plugin precedence to 60 so it runs last
The default precedence for plugins is 50 and the run in more or less alphabetical order (but not guaranteed). This plugin needs to run after the others have already done their work. https://fedorahosted.org/freeipa/ticket/1370
This commit is contained in:
parent
bfee87dced
commit
a48a84a5ea
@ -9,3 +9,4 @@ ipaModRDNtargetAttr: krbPrincipalName
|
|||||||
ipaModRDNsuffix: @$REALM
|
ipaModRDNsuffix: @$REALM
|
||||||
ipaModRDNfilter: (&(objectclass=posixaccount)(objectclass=krbPrincipalAux))
|
ipaModRDNfilter: (&(objectclass=posixaccount)(objectclass=krbPrincipalAux))
|
||||||
ipaModRDNscope: $SUFFIX
|
ipaModRDNscope: $SUFFIX
|
||||||
|
nsslapd-pluginPrecedence: 60
|
||||||
|
@ -3,3 +3,8 @@
|
|||||||
# upgrading.
|
# upgrading.
|
||||||
dn: cn=config
|
dn: cn=config
|
||||||
only:nsslapd-ssl-check-hostname: on
|
only:nsslapd-ssl-check-hostname: on
|
||||||
|
|
||||||
|
# Set the precedence of the ipa-modrdn plugin so it runs after other
|
||||||
|
# plugins (the default is 50).
|
||||||
|
dn: cn=Kerberos Principal Name,cn=IPA MODRDN,cn=plugins,cn=config
|
||||||
|
only: nsslapd-pluginPrecedence: 60
|
||||||
|
Loading…
Reference in New Issue
Block a user