Re: [cas-user] CAS 5.2.0 Falied adding ticket in Memcached Ticket Registry Key is too long (maxlen = 250)

2017-12-18 Thread Jérôme LELEU
Hi, It's a matter of extra security via signing and encryption, not directly a matter of size. So you can disable the encryption and signature of the TGT via the appropriate properties: cas.tgc.crypto.encryption.key= and cas.tgc.crypto.signing.key= Leave them blank. Thanks. Best regards, Jérôme

Re: [cas-user] CAS 5.2.0 Falied adding ticket in Memcached Ticket Registry Key is too long (maxlen = 250)

2017-12-18 Thread casuser
no i don't need the TGC too long, how can I make it shorter? On Monday, December 18, 2017 at 5:37:09 PM UTC+8, leleuj wrote: > > Hi, > > The encryption of the TGC makes it too long for a Memcached key: do you > really need it? > Thanks. > Best regards, > Jérôme > > > On Mon, Dec 18, 2017 at 9:58

Re: [cas-user] CAS 5.2.0 Falied adding ticket in Memcached Ticket Registry Key is too long (maxlen = 250)

2017-12-18 Thread Jérôme LELEU
Hi, The encryption of the TGC makes it too long for a Memcached key: do you really need it? Thanks. Best regards, Jérôme On Mon, Dec 18, 2017 at 9:58 AM, casuser wrote: > > > *This is my cas.properties, *# cas.tgc.path= > cas.tgc.maxAge=-1 > # cas.tgc.domain= >

[cas-user] CAS 5.2.0 Falied adding ticket in Memcached Ticket Registry Key is too long (maxlen = 250)

2017-12-18 Thread casuser
*This is my cas.properties, *# cas.tgc.path= cas.tgc.maxAge=-1 # cas.tgc.domain= cas.tgc.signingKey=*** cas.tgc.name=TGC