Re: [cas-user] Cas 5.0.2 et Cas Services Management : tables containing services registry are deleted every time I stop tomcat

2017-02-18 Thread Dmitriy Kopylenko
Make sure that this property is set to “update”: cas.serviceRegistry.jpa.ddlAuto=update Or even better, in production never rely on this Hibernate feature to mess with your DB schema during bootstrap. I’d recommend, creating the schema via this Hibernate mechanism once in dev/test environment

[cas-user] Cas 5.0.2 et Cas Services Management : tables containing services registry are deleted every time I stop tomcat

2017-02-18 Thread Ayé Rayé
Hello hello, I did a CAS 5.0.2 installation with Cas Services Management installed with persistent services on MariaDB database. It seems to me that everything works well except that: Each time the Tomcat is stopped, the tables in the database containing the services registry are deleted. When

[cas-user] How do you guys edit deployerConfigContext.xml & managementConfigContext.xml

2017-02-18 Thread RJ
I am having hard time editing these files. Most of the documentation points to 4.x while we are on 5.0.x. I can't get simple things working such as JSON persistence and being able to create services in services management app.. basic requirement is that same (JSON) persistence service registry

Re: [cas-user] problem retrieving ldap attributes CAS 4.2.x

2017-02-18 Thread z mortazavi
hi I have the same problem any help? On Sat, Feb 18, 2017 at 5:56 AM, rbon wrote: > I am unable to retrieve attributes from LDAP. I suspect my problem is a > simple config error/typo. > I have followed instructions here, https://apereo.github.io/cas/4 >

Re: [cas-user] Re: How to Force logout ?

2017-02-18 Thread Thiago Fernandes do Nascimento
look if help recuparContextoExterno().redirect("https://localhost:8443/cas/logout?service=https://localhost:8543/Exemplo-web;); 2017-02-17 14:55 GMT-02:00 mdottavi : > Any update? Is any one have a similar requirement ? > Thanx > > Il giorno venerdì 3 febbraio 2017 17:10:34

Re: [cas-user] deployerConfigContext.xml question

2017-02-18 Thread John Wynstra
OK. I can see from the URL that I must have been looking at documentation for version 4.2 and not 5.0. So that is my mistake. https://apereo.github.io/cas/4.2.x/installation/LDAP-Authentication.html On Fri, Feb 17, 2017 at 4:07 PM, Misagh Moayyed wrote: > Which