Configuration de l'authentification Active Directory
Si le fichier modèle que vous avez copié doit être utilisé pour l'authentification Active Directory/Kerberos, ouvrez le fichier
<InstallDirectory>/Protect/tomcat/webapps/ProtectManager/WEB-INF/springSecurityContext.xml
dans un éditeur de texte. Il s'agit du fichier springSecurityContext-Kerberos.Xml
que vous avez précédemment renommé de la manière suivante : springSecurityContext.xml
. Définissez la valeur krbConfLocation
pour votre fichier d'authentification Kerberos. Par exemple (des sauts de ligne ont été ajoutés pour une meilleure lisibilité) :<!--- Set krbConfLocation in System prooperties --> <bean class="org.springframework.security.kerberos.authentication.sun. GlobalJunJaasKerberosConfig"> <!-- krb5 configuration file location. For example: C:\Program Files\Symantec\DataLossPrevention\EnforceServer Protect\config\krb5.ini on Windows or /opt/Symantec/DataLossPrevention/EnforceServer/16.0/ Protect/config/krb5.conf on Linux --> property name="krbConfLocation" value="C:\Program Files\Symantec\ DataLossPrevention\EnforceServerprotect \config\krb5.ini"/> </bean>