mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
The precendence on the modrdn plugin was set in the wrong location.
https://fedorahosted.org/freeipa/ticket/1370
This commit is contained in:
committed by
Martin Kosek
parent
4fd20966f6
commit
5371c03c93
@@ -13,3 +13,4 @@ nsslapd-pluginversion: 1.0
|
|||||||
nsslapd-pluginvendor: Red Hat, Inc.
|
nsslapd-pluginvendor: Red Hat, Inc.
|
||||||
nsslapd-plugindescription: IPA MODRDN plugin
|
nsslapd-plugindescription: IPA MODRDN plugin
|
||||||
nsslapd-plugin-depends-on-type: database
|
nsslapd-plugin-depends-on-type: database
|
||||||
|
nsslapd-pluginPrecedence: 60
|
||||||
|
|||||||
@@ -9,4 +9,3 @@ ipaModRDNtargetAttr: krbPrincipalName
|
|||||||
ipaModRDNsuffix: @$REALM
|
ipaModRDNsuffix: @$REALM
|
||||||
ipaModRDNfilter: (&(objectclass=posixaccount)(objectclass=krbPrincipalAux))
|
ipaModRDNfilter: (&(objectclass=posixaccount)(objectclass=krbPrincipalAux))
|
||||||
ipaModRDNscope: $SUFFIX
|
ipaModRDNscope: $SUFFIX
|
||||||
nsslapd-pluginPrecedence: 60
|
|
||||||
|
|||||||
@@ -4,7 +4,11 @@
|
|||||||
dn: cn=config
|
dn: cn=config
|
||||||
only:nsslapd-ssl-check-hostname: on
|
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
|
# Set the precedence of the ipa-modrdn plugin so it runs after other
|
||||||
# plugins (the default is 50).
|
# 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
|
only: nsslapd-pluginPrecedence: 60
|
||||||
|
|||||||
Reference in New Issue
Block a user