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:
Rob Crittenden 2011-07-16 13:35:30 -04:00
parent bfee87dced
commit a48a84a5ea
2 changed files with 6 additions and 0 deletions

View File

@ -9,3 +9,4 @@ ipaModRDNtargetAttr: krbPrincipalName
ipaModRDNsuffix: @$REALM
ipaModRDNfilter: (&(objectclass=posixaccount)(objectclass=krbPrincipalAux))
ipaModRDNscope: $SUFFIX
nsslapd-pluginPrecedence: 60

View File

@ -3,3 +3,8 @@
# upgrading.
dn: cn=config
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