mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-16 19:31:55 -06:00
15 lines
517 B
Plaintext
15 lines
517 B
Plaintext
# Enforce matching SSL certificate host names when 389-ds acts as an SSL
|
|
# client. A restart is necessary for this to take effect, we do one when
|
|
# upgrading.
|
|
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=IPA MODRDN,cn=plugins,cn=config
|
|
only: nsslapd-pluginPrecedence: 60
|