# cas-server **Repository Path**: xiaobin80/cas-server ## Basic Information - **Project Name**: cas-server - **Description**: cas server configure file - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-14 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cas-server #### Description cas server(V5.3.x) configure file #### Installation 1. etc Place the ETC folder in the disk root directory. 2. services Place this folder in the following directory: ..\apache-tomcat-8.5.x\webapps\cas\WEB-INF\classes 3. lib ..\apache-tomcat-8.5.x\webapps\cas\WEB-INF\lib\ 4. bin ..\apache-tomcat-8.5.x\bin\ 5. app_user The user table for CAS. The password used is bcrypt. Online tools: https://bcrypt-generator.com/ ## About MySQL8.0 ### JDBC Driver ``` cas.authn.jdbc.query[0].driverClass=com.mysql.cj.jdbc.Driver ``` ### JDBC Url ``` cas.authn.jdbc.query[0].url=jdbc:mysql://127.0.0.1:3306/test?serverTimezone=UTC ```