[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/idp.properties system/conf/cas-protocol-s...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Apr 1 14:34:04 EDT 2015
Author: serac
Date: Wed Apr 1 14:34:04 2015
New Revision: 7463
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7463&view=rev
Log:
IDP-640 Configure CAS StorageService via idp.properties.
Modified:
trunk/idp-conf/src/main/resources/conf/idp.properties
trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml
Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=7463&r1=7462&r2=7463&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Wed Apr 1 14:34:04 2015
@@ -164,3 +164,10 @@
# Comma-delimited languages to use if not match can be found with the
# browser-supported languages, defaults to an empty list.
idp.ui.fallbackLanguages=en,fr,de
+
+# Storage service used by CAS protocol
+# Defaults to shibboleth.StorageService (in-memory)
+# MUST be server-side storage (e.g. in-memory, memcached, database)
+# NOTE that idp.session.StorageService requires server-side storage
+# when CAS protocol is enabled
+#idp.cas.StorageService=shibboleth.StorageService
Modified: trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml?rev=7463&r1=7462&r2=7463&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml Wed Apr 1 14:34:04 2015
@@ -11,7 +11,7 @@
default-destroy-method="destroy">
<bean id="cas.ticketService" class="net.shibboleth.idp.cas.ticket.SimpleTicketService"
- c:service-ref="shibboleth.StorageService" />
+ c:service-ref="%{idp.cas.StorageService:shibboleth.StorageService}" />
<bean id="cas.proxyAuthenticator" class="net.shibboleth.idp.cas.proxy.HttpClientProxyAuthenticator" />
More information about the commits
mailing list