RE: [cas-user] MemcacheTicketRegistry documentation question

2013-08-08 Thread Aaron Bennett
> -Original Message- > From: Marvin S. Addison [mailto:marvin.addi...@gmail.com] > Sent: Thursday, August 8, 2013 10:02 AM > To: cas-user@lists.jasig.org > Subject: Re: [cas-user] MemcacheTicketRegistry documentation question > > > I'm following the docs

Re: [cas-user] MemcacheTicketRegistry documentation question

2013-08-08 Thread Marvin S. Addison
I'm following the docs at https://wiki.jasig.org/display/CASUM/MemcacheTicketRegistry to implement an memcached ticket registry. Check out the following: http://jasig.github.io/cas/installation/Memcached-Ticket-Registry.html Although that's targeted at CAS 4.0, the configuration for memcached

RE: [cas-user] MemcacheTicketRegistry documentation question

2013-08-07 Thread Jesse Banning
On 2013-08-07 at 15:49, Aaron Bennett wrote: Thanks Jesse -- I have the cas.properties as well. Did you just drop that right into ticketRegistry.xml? Here's my complete ticketRegistry.xml for comparison: That similar to what I have, but not the same:

RE: [cas-user] MemcacheTicketRegistry documentation question

2013-08-07 Thread Aaron Bennett
> -Original Message- > From: Jesse Banning [mailto:jbann...@wpi.edu] > Sent: Wednesday, August 7, 2013 3:28 PM > To: cas-user@lists.jasig.org > Subject: Re: [cas-user] MemcacheTicketRegistry documentation question > > Hi Aaron, > > The wiki code excerpt for 3

Re: [cas-user] MemcacheTicketRegistry documentation question

2013-08-07 Thread Jesse Banning
Hi Aaron, The wiki code excerpt for 3.5+ is what we have working for CAS 3.5.1 in our ../src/main/webapp/WEB-INF/spring-configuration/ticketRegistry.xml There are also a few variables which we set in cas.properties. E.G: memcached.servers=localhost:11211 memcached.protocol=BINARY memcached.l