I kinda figured you or Misagh would reply. Thanks so much Dmitriy! Sincerely,
Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 [email protected] Voice: (850) 270-7368 From: Dmitriy Kopylenko [mailto:[email protected]] Sent: Friday, February 21, 2014 3:47 PM To: [email protected] Subject: Re: [cas-user] Limiting Service Ticket length Hi Jonathan, Hi Jonathan, you'd just need to pull in the uniqueIdGenerators.xml into your overlay's WEB-INF/spring-configuration directory and redefine the following bean like so: <bean id="serviceTicketUniqueIdGenerator" class="org.jasig.cas.util.DefaultUniqueTicketIdGenerator"> <constructor-arg index="0" type="int" value="4" /> <constructor-arg index="1" value="${host.name}" /> </bean> Best, Dmitriy. On Feb 21, 2014, at 2:55 PM, Liedy, Jonathan <[email protected]<mailto:[email protected]>> wrote: Hey all, So I'm in a bit of a configuration pickle. Due to some unique constraints, I've got a need to limit the character length of the service ticket while in a clustered system. I plan on shortening our host.name variable for the suffix of the ST ticket generation, but I need to limit the length of the serialzed portion of the ticket. I notice there's a way to limit the serialized portion of the ticket. Using version 3.5.2, In org.jasig.cas.util.DefaultUniqueTicketIdGenerator, lines 64 and 65 there is a maxLength variable that can be set to limit the length of the DefaultUniqueTicketIdGenerator, but I cannot, for the life of me, figure out how to set it for the ST. I need to limit it to 3 or 4 characters (instead of limiting the random string generation character limit). Even pointing me in the right direction would be useful. Thanks! Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 [email protected]<mailto:[email protected]> Voice: (850) 270-7368 -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- 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
