When using AD authentication to login to the DLP Enforce console it takes exactly 1.5 minutes.
The SpringSecurityContext.xml does not have the full path including file name for KRB5.ini.
The default location for the files are:
SpringSecurityContext.xml:
Windows: C:\Program Files\Symantec\DataLossPrevention\EnforceServer\<version>\Protect\tomcat\webapps\ProtectManager\WEB-INF
Linux: /opt/Symantec/DataLossPrevention/EnforceServer/<version>/Protect/tomcat/webapps/ProtectManager/WEB-INF
KRB5.ini:
Windows: C:\Program Files\Symantec\DataLossPrevention\EnforceServer\<version>\Protect\config
Linux: /opt/Symantec/DataLossPrevention/EnforceServer/<version>/Protect/config
Modify the SpringSecurityContext.xml file to include the full path including KRB5.ini.