Compare commits

...

19 Commits
master ... 4.2

Author SHA1 Message Date
Misagh Moayyed 0ec452cbeb Merge pull request #5 from ParthKolekar/4.2-changed-mode
Changed Mode
2017-01-10 21:13:08 +03:30
Parth Kolekar ce5b819ce7 Changed Mode 2017-01-10 11:55:20 +05:30
Misagh Moayyed 97293f463f Update pom.xml 2016-11-03 15:26:14 -07:00
Misagh Moayyed 181bfb46c6 Update pom.xml 2016-09-28 23:39:51 +03:30
Misagh Moayyed 84ef8e3b1c Update README.md 2016-09-02 01:46:06 -07:00
Misagh Moayyed f485f7db3c Update README.md 2016-09-02 01:43:12 -07:00
Misagh Moayyed b840f4df8e Update pom.xml 2016-09-02 01:43:02 -07:00
Misagh Moayyed d0d16dfc0c Merge pull request #4 from wallon-ines/master
You need to replace variables in cas.properties : svcreg.database.dia…
2016-07-29 14:12:03 +04:30
Misagh Moayyed a3e34088d4 Update README.md 2016-07-29 02:41:33 -07:00
Misagh Moayyed 666d51eebf Update pom.xml 2016-07-29 02:41:20 -07:00
Misagh Moayyed e32665b921
updated repository to include shib releases 2016-07-14 23:35:03 -07:00
Misagh Moayyed b9f698a2fe Update README.md 2016-05-20 13:00:20 -07:00
Misagh Moayyed 06aa410b14 Update pom.xml 2016-05-20 13:00:11 -07:00
Ines WALLON 85ba824233 You need to replace variables in cas.properties : svcreg.database.dialect ==> svcreg.database.hibernate.dialect ==> svcreg.database.dialect. Otherwise, these properties are not used in java source files. 2016-04-20 15:56:40 +02:00
Misagh Moayyed f1060371ed Update cas.properties 2016-04-11 09:17:21 -07:00
Misagh Moayyed ffb772c55a Update cas.properties 2016-04-11 08:55:24 -07:00
Misagh Moayyed 35649a198d Update cas.properties 2016-04-11 08:54:55 -07:00
Misagh Moayyed 4294125d0d Update pom.xml 2016-04-01 05:05:28 -07:00
Misagh Moayyed f2db7a019c Update README.md 2016-04-01 05:05:16 -07:00
4 changed files with 51 additions and 28 deletions

0
.gitignore vendored Executable file → Normal file
View File

View File

@ -5,7 +5,7 @@ Generic CAS maven war overlay to exercise the latest versions of CAS. This overl
# Versions
```xml
<cas.version>4.2.0</cas.version>
<cas.version>4.2.x</cas.version>
```
# Requirements

View File

@ -34,8 +34,8 @@ host.name=cas01.example.org
# JPA Ticket Registry Database Configuration
#
# ticketreg.database.ddl.auto=create-drop
# ticketreg.database.hibernate.dialect=org.hibernate.dialect.OracleDialect|MySQLInnoDBDialect|HSQLDialect
# ticketreg.database.hibernate.batchSize=10
# ticketreg.database.dialect=org.hibernate.dialect.OracleDialect|MySQLInnoDBDialect|HSQLDialect
# ticketreg.database.batchSize=10
# ticketreg.database.driverClass=org.hsqldb.jdbcDriver
# ticketreg.database.url=jdbc:hsqldb:mem:cas-ticket-registry
# ticketreg.database.user=sa
@ -55,7 +55,7 @@ host.name=cas01.example.org
# JPA Service Registry Database Configuration
#
# svcreg.database.ddl.auto=create-drop
# svcreg.database.hibernate.dialect=org.hibernate.dialect.OracleDialect|MySQLInnoDBDialect|HSQLDialect
# svcreg.database.dialect=org.hibernate.dialect.OracleDialect|MySQLInnoDBDialect|HSQLDialect
# svcreg.database.hibernate.batchSize=10
# svcreg.database.driverClass=org.hsqldb.jdbcDriver
# svcreg.database.url=jdbc:hsqldb:mem:cas-ticket-registry
@ -79,10 +79,10 @@ host.name=cas01.example.org
# Do note that the following settings MUST be generated per deployment.
#
# The encryption secret key. By default, must be a octet string of size 256.
tgc.encryption.key=1PbwSbnHeinpkZOSZjuSJ8yYpUrInm5aaV18J2Ar4rM
# tgc.encryption.key=
# The signing secret key. By default, must be a octet string of size 512.
tgc.signing.key=szxK-5_eJjs-aUj-64MpUZ-GPPzGLhYPLGl0wrYjYNVAGva2P0lLe6UGKGM7k8dWxsOVGutZWgvmY3l5oVPO3w
# tgc.signing.key=
# Decides whether SSO cookie should be created only under secure connections.
# tgc.secure=true
@ -96,6 +96,9 @@ tgc.signing.key=szxK-5_eJjs-aUj-64MpUZ-GPPzGLhYPLGl0wrYjYNVAGva2P0lLe6UGKGM7k8dW
# The path to which the SSO cookie will be scoped
# tgc.path=/cas
# The expiration value of the SSO cookie for long-term authentications
# tgc.remember.me.maxAge=1209600
# Decides whether SSO Warning cookie should be created only under secure connections.
# warn.cookie.secure=true
@ -144,7 +147,7 @@ tgc.signing.key=szxK-5_eJjs-aUj-64MpUZ-GPPzGLhYPLGl0wrYjYNVAGva2P0lLe6UGKGM7k8dW
# create.sso.missing.service=true
##
# CAS Authentication POlicy
# CAS Authentication Policy
#
# cas.authn.policy.any.tryall=false
# cas.authn.policy.req.tryall=false
@ -199,14 +202,11 @@ tgc.signing.key=szxK-5_eJjs-aUj-64MpUZ-GPPzGLhYPLGl0wrYjYNVAGva2P0lLe6UGKGM7k8dW
# Define the settings that are required to encrypt and persist the CAS web application session.
# See the cas-servlet.xml file to understand how these properties are used.
#
# cas.webflow.cipher.alg=AES
# cas.webflow.cipher.mode=CBC
# cas.webflow.cipher.padding=PKCS7
# cas.webflow.keystore=classpath:/etc/keystore.jceks
# cas.webflow.keystore.type=JCEKS
# cas.webflow.keystore.password=changeit
# cas.webflow.keyalias=aes128
# cas.webflow.keypassword=changeit
# The encryption secret key. By default, must be a octet string of size 256.
# webflow.encryption.key=
# The signing secret key. By default, must be a octet string of size 512.
# webflow.signing.key=
##
# Remote User Authentication
@ -302,14 +302,21 @@ accept.authn.users=casuser::Mellon
# cas.authn.jaas.kerb.kdc=
##
# Single Sign-On Session Timeouts
# Single Sign-On Session TGT Timeouts
#
# Maximum session timeout - TGT will expire in maxTimeToLiveInSeconds regardless of usage
# Inactivity Timeout Policy
# tgt.timeout.maxTimeToLiveInSeconds=28800
# Hard Timeout Policy
# tgt.timeout.hard.maxTimeToLiveInSeconds
#
# Throttled Timeout Policy
# tgt.throttled.maxTimeToLiveInSeconds=28800
# tgt.throttled.timeInBetweenUsesInSeconds=5
# Default Expiration Policy
# tgt.maxTimeToLiveInSeconds=28800
#
# Idle session timeout
# tgt.timeToKillInSeconds=7200
# tgt.timeInBetweenUsesInSeconds=5
##
# Service Ticket Timeout
@ -370,10 +377,13 @@ accept.authn.users=casuser::Mellon
# service.registry.quartz.reloader.repeatInterval=120000
##
# Log4j
# It is often time helpful to externalize log4j.xml to a system path to preserve settings between upgrades.
log4j.config.location=file:///etc/cas/log4j2.xml
# log4j.config.location=classpath:log4j2.xml
# Background Scheduler
#
# Wait for scheduler to finish running before shutting down CAS.
# scheduler.shutdown.wait=true
#
# Attempt to interrupt background jobs when shutting down CAS
# scheduler.shutdown.interruptJobs=true
##
# Audits
@ -447,7 +457,7 @@ log4j.config.location=file:///etc/cas/log4j2.xml
# cas.saml.ticketid.saml2=false
##
# Drfault Ticket Registry
# Default Ticket Registry
#
# default.ticket.registry.initialcapacity=1000
# default.ticket.registry.loadfactor=1
@ -456,8 +466,9 @@ log4j.config.location=file:///etc/cas/log4j2.xml
##
# Ticket Registry Cleaner
#
# ticket.registry.cleaner.startdelay=20000
# ticket.registry.cleaner.repeatinterval=5000000
# Indicates how frequently the Ticket Registry cleaner should run. Configured in seconds.
# ticket.registry.cleaner.startdelay=20
# ticket.registry.cleaner.repeatinterval=5000
##
# Ticket ID Generation
@ -496,6 +507,10 @@ log4j.config.location=file:///etc/cas/log4j2.xml
#
# Slack dealing with time-drift between the ADFS Server and the CAS Server.
# cas.wsfed.idp.tolerance=10000
#
# Decides which bundle of attributes should be resolved during WS-FED authentication.
# cas.wsfed.idp.attribute.resolver.enabled=true
# cas.wsfed.idp.attribute.resolver.type=WSFED
##
# LDAP User Details
@ -543,11 +558,15 @@ log4j.config.location=file:///etc/cas/log4j2.xml
##
# Hazelcast Ticket Registry
#
# hz.config.location=file:/etc/cas/hazelcast.xml
# hz.mapname=tickets
# hz.cluster.logging.type=slf4j
# hz.cluster.portAutoIncrement=true
# hz.cluster.port=5701
# hz.cluster.multicast.enabled=false
# hz.cluster.members=cas1.example.com,cas2.example.com
# hz.cluster.tcpip.enabled=true
# hz.cluster.multicast.enabled=false
# hz.cluster.max.heapsize.percentage=85
# hz.cluster.max.heartbeat.seconds=5
# hz.cluster.eviction.percentage=10

View File

@ -79,7 +79,7 @@
</dependencies>
<properties>
<cas.version>4.2.0</cas.version>
<cas.version>4.2.7</cas.version>
<maven-jetty-plugin.version>9.3.6.v20151106</maven-jetty-plugin.version>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
@ -95,5 +95,9 @@
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<repository>
<id>shibboleth-releases</id>
<url>https://build.shibboleth.net/nexus/content/repositories/releases</url>
</repository>
</repositories>
</project>