Re: [cas-user] CAS 6.1 Management RC3 service sync behavior

2019-06-13 Thread Travis Schmidt
Hi Erik, CAS Mangement RC4 was released yesterday, please try running that version. Also the sync script property was changed to mgmt.versionControl.syncScript. Travis On Thu, Jun 13, 2019 at 1:28 PM 'Mallory, Erik' via CAS Community < cas-user@apereo.org> wrote: > Hello > > I’ve been

[cas-user] CAS 6.1 Management RC3 service sync behavior

2019-06-13 Thread 'Mallory, Erik' via CAS Community
Hello I’ve been working through upgrading our development environment using the new 6.1 release, currently the services management is at RC 3 and I’m noticing some odd behavior. First off the following property doesn’t seem to be available. mgmt.syncScript=/etc/cas/sync.sh So I figured I’d use

[cas-user] CAS + LDAP Authentication: User Roles Retrieving Problem

2019-06-13 Thread mattia pirro
Hello to everybody :) I spent last weeks on CAS (CAS 5.2), I'm trying to integrate my web app with SSO, using data from a LDAP server. In few days I make it authentication work, adding some times and I get Authorization working too, by the way I faced up with this issue: My web app is such a

Re: [cas-user] Casifying Roudcube webmail

2019-06-13 Thread Ray Bon
Chali, Is this the plugin you are using, https://github.com/ld000/Roundcube-CAS-Authn? What version of Roundcube are you using? We did not have to modify any external code. If you are getting redirects, it could be that your phpCAS config file is incorrect. Ray On Thu, 2019-06-13 at 07:24

Re: [cas-user] How to renew the expire time of TGT

2019-06-13 Thread Ray Bon
Could it be that your config file is not being read? timeout.maxTimeToLiveInSeconds will give an indefinite sliding window as long as the TGT is accessed with the time specified. maxTimeToLiveInSeconds and timeToKillInSeconds give a sliding window up to the maxTimeToLiveInSeconds as long as

Re: [cas-user] cas 5.3.x groovy script isServiceAccessAllowedForSso retrieve attributes

2019-06-13 Thread Ray Bon
Raphaël, What is the problem you are trying to solve? Perhaps you could call isServiceAccessAllowedForSso from doPrincipalAttributesAllowServiceAccess. Ray On Thu, 2019-06-13 at 01:25 -0700, Raphaël CHANE wrote: Hello everyone, I'm trying to implement a groovy script for AccessStrategy I'm

[cas-user] Casifying Roudcube webmail

2019-06-13 Thread chali AGOSSOU
[image: Capture d’écran de 2019-06-13 15-18-41.png] Hi everybody. Am new on CAS. I have been trying for a while to break the roundcube webmail but it does not look easy at all. I took the round_cas_authn plugin on github but after the configuration I have redirection loops when loading the

Re: [cas-user] How to renew the expire time of TGT

2019-06-13 Thread Uncle Popsicle
Thanks,I user this properties but did not work,My cas_ticket in redis ttl still is 28800 。 No matter cas.ticket.tgt.timeout.maxTimeToLiveInSeconds=1800 Or cas.ticket.tgt.maxTimeToLiveInSeconds=0 cas.ticket.tgt.timeToKillInSeconds=0

[cas-user] cas 5.3.x groovy script isServiceAccessAllowedForSso retrieve attributes

2019-06-13 Thread Raphaël CHANE
Hello everyone, I'm trying to implement a groovy script for AccessStrategy I'm following the documentation with this code import org.apereo.cas.services.*import java.util.* class GroovyRegisteredAccessStrategy extends DefaultRegisteredServiceAccessStrategy { @Override boolean

[cas-user] Re: cas5.3X Multiple system login

2019-06-13 Thread Łukasz Woźniak
Solved. The problem in my case was in FirePHP: Invalid cookie. Required user-agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.80 Safari/537.36 FirePHP/4Chrome does not match Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like