This procedure describes how to configure ciphers for Control-M/EM on UNIX that connect to an LDAP server.
To configure ciphers for LDAP connections:
openssl ciphers -V
You can also filter the ciphers according to a specific protocol by sending the protocol name as a parameter to this openssl command.
The value of this parameter can specify the group of allowed ciphers.
You can place single or group of ciphers as values for this option.
EXAMPLE: TLSv1.2+RSA:!EXPORT:!NULL
This value includes all TLSv1.2 ciphers, with the RSA ciphers at the bottom of the list, and excludes all export ciphers and null ciphers.
Parent Topic |