So the value 300000 would be that the TGT to be used atleast every 5 minutes or 
it expires and the total ticket lifetime is 120 minutes?

Thanks for the validation.



        <!-- Expiration policies -->
        <bean id="serviceTicketExpirationPolicy" 
class="org.jasig.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy">
                <!-- This argument is the number of times that a ticket can be 
used before its considered expired. -->
                <constructor-arg
                        index="0"
                        value="1" />

                <!-- This argument is the time a ticket can exist before its 
considered expired.  -->
                <constructor-arg
                        index="1"
                        value="300000" />
        </bean>

        <bean id="grantingTicketExpirationPolicy" 
class="org.jasig.cas.ticket.support.TimeoutExpirationPolicy">
                <!-- This argument is the time a ticket can exist before its 
considered expired.  -->
                <constructor-arg
                        index="0"
                        value="7200000" />
        </bean>
</beans>

-----Original Message-----
From: Marvin Addison [mailto:[email protected]]
Sent: Friday, April 30, 2010 1:11 PM
To: [email protected]
Subject: Re: [cas-user] CAS redundancy and token time outs


> Also, would anyone know where the time out setting is for a CAS token?

CAS ticket lifetimes can be controlled via policies with various settings, 
http://www.ja-sig.org/wiki/display/CASUM/Ticket+Expiration+Policy.
 The default for the TGT is sliding scale expiration with 2-hr timeout.  Both 
TGT and ST expiration policies are found in the ticketExpirationPolicies.xml 
config file.

M

--
You are currently subscribed to [email protected] as: [email protected] 
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.814 / Virus Database: 271.1.1/2849 - Release Date: 05/02/10 
02:27:00

This e-mail message (including attachments, if any) is intended for the use of 
the individual or entity to which it is addressed and may contain information 
that is privileged, proprietary, confidential and exempt from disclosure.  If 
you are not the intended recipient, you are notified that any dissemination, 
distribution or copying of this communication is strictly prohibited.  If you 
have received this communication in error, please notify the sender and erase 
this e-mail message immediately.


-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to