VMware Identity Manager 3.3.7
RC4 is an outdated and insecure encryption.
Disabling RC4 encryption in VMware Identity Manager:
vi /etc/krb5.confvi ./opt/vmware/horizon/workspace/webapps/hc/WEB-INF/classes/krb5.conf default_tgs_enctypes = AES256-CTS AES128-CTS
default_tkt_enctypes = AES256-CTS AES128-CTS
preferred_enctypes = AES256-CTS AES128-CTS default_tgs_enctypes = AES256-CTS AES128-CTS RC4-HMAC
default_tkt_enctypes = AES256-CTS AES128-CTS RC4-HMAC
preferred_enctypes = AES256-CTS AES128-CTS RC4-HMACsystemctl restart sssdsystemctl restart krb5kdc
For information about configuring Kerberos, see the link Configure Kerberos Authentication for Desktops with Integrated Windows Authentication.
Disabling the legacy RC4 cipher on your Windows Active Directory (AD) servers will not require any subsequent configuration changes within the VMware Identity Manager (vIDM) or vCenter Server appliances. Because these appliances support modern cryptographic standards, they will seamlessly renegotiate the connection with AD during the handshake process and automatically switch to a supported, highly secure alternative protocol (such as AES-128 or AES-256 for Kerberos authentication).