https://github.com/github/cas-overlay
Maven overlay for local CAS development and testing
https://github.com/github/cas-overlay
Last synced: about 2 months ago
JSON representation
Maven overlay for local CAS development and testing
- Host: GitHub
- URL: https://github.com/github/cas-overlay
- Owner: github
- License: apache-2.0
- Archived: true
- Created: 2014-07-29T15:45:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T04:19:39.000Z (over 9 years ago)
- Last Synced: 2024-09-29T00:21:22.442Z (over 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 17
- Watchers: 9
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cas-overlay
==================
This overlay configures Jasig CAS v4.0.0 for use with a LDAP server. Intended to test against Enterprise accounts.
Currently, this overlay is configured for LDAP Direct Bind. For configuration against an authenticated search or AD search, please refer to https://jasig.github.io/cas/4.0.0/installation/LDAP-Authentication.html to configure an alternate configuration manager.
# Versions
```xml
4.0.0
1.12
```
# Requirements
* Apache Maven 3
* Web Server (i.e. Apache Tomcat 7)
# Configuration
The `etc` directory contains the sample configuration files that would need to be copied to an external file system location (`/etc/cas` by default) and configured to satisfy local CAS installation needs. These are managed by Puppet in the `cas` module.
# Building
* Execute `mvn clean package`
* Copy the file over to `$CATALINA_HOME/conf/Catalina/localhost`
* Restart tomcat.