From 5371c03c93ddc73ebafc4107e7340ac911e27ed5 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 12 Sep 2011 10:36:56 -0400 Subject: The precendence on the modrdn plugin was set in the wrong location. https://fedorahosted.org/freeipa/ticket/1370 --- install/updates/10-config.update | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'install/updates/10-config.update') diff --git a/install/updates/10-config.update b/install/updates/10-config.update index b3beefc8b..133ec6766 100644 --- a/install/updates/10-config.update +++ b/install/updates/10-config.update @@ -4,7 +4,11 @@ dn: cn=config only:nsslapd-ssl-check-hostname: on +# Remove incorrect placement +dn: cn=Kerberos Principal Name,cn=IPA MODRDN,cn=plugins,cn=config +remove: nsslapd-pluginPrecedence: 60 + # 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 +dn: cn=IPA MODRDN,cn=plugins,cn=config only: nsslapd-pluginPrecedence: 60 -- cgit