mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
dd86f83c96
nsSSLCiphers: "default" provides only secure ciphers that should be used when connecting to DS https://fedorahosted.org/freeipa/ticket/5684 Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
7 lines
223 B
Plaintext
7 lines
223 B
Plaintext
# change configured ciphers
|
|
# the result of this update will be that default ciphers
|
|
# provided by DS which are not weak will be enabled
|
|
dn: cn=encryption,cn=config
|
|
only:nsSSL3Ciphers: default
|
|
addifnew:allowWeakCipher: off
|