Greetings

I am looking at the files in

cas-server-webapp/src/main/webapp/WEB-INF/spring-configuration

I want to set the length of time that a TGT is valid for, I found

        <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>

In ticketExpirationPolicies.xml

Is this in fact where I set it?  Is there documentation anywhere for
"things" that  can be set in these spring config files?

Finally, if I set it to some lower value is that an inactivity timeout
or is it a hard and fast length of time a TGT is good for?

Thanks
troy
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to