Active Directory 認証の設定

コピーしたテンプレートファイルが Active Directory/Kerberos 認証用の場合は、テキストエディタで
<インストールディレクトリ>/Protect/tomcat/webapps/ProtectManager/WEB-INF/springSecurityContext.xml
ファイルを開きます。これは、以前に
springSecurityContext.xml
に名前を変更した
springSecurityContext-Kerberos.xml
ファイルです。Kerberos 認証ファイルに
krbConfLocation
値を設定します。例 (読みやすいように改行されています):
<!--- 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>