Microsoft is phasing out RC4 Kerberos encryption. You need to understand the required actions for CA Identity Manager (IM) when the Active Directory (AD) endpoint disables RC4, specifically whether you must re-enter passwords for all AD endpoints.
Microsoft security hardening (such as CVE-2022-37966) enforces the use of AES128/AES256 encryption, deprecating the weaker RC4 protocol. If the IM's C++ Connector Server is not configured to negotiate these stronger ciphers, communication with the AD endpoint fails.
You do not generally need to re-enter endpoint passwords if the underlying communication (LDAP over SSL/TLS) successfully negotiates AES. The C++ Connector Server must be configured to support cipher suites that include AES128 and AES256.
Follow these steps to verify and update your configuration:
<CCS install location>\Connector Server\data\ directory.TLSCipherSuite HIGH:MEDIUM:!SSLv3:!SSLv2:!3DESmsDS-SupportedEncryptionTypes is configured to support AES encryption (Value 24 or 0x18).For detailed syntax on configuring specific cipher strings, you may refer to the OpenSSL Ciphers Documentation.