Re: [cas-user] CAS 5: Changing the principal resolver in application.properties

2016-10-18 Thread Erdal Gunyar
Thanks, I think I see better the logic; but I've just tried and if I comment the attribute part of the LDAP authentication it fails to authenticate: 2016-10-18 16:27:33,579 DEBUG > [org.apereo.cas.authentication.LdapAuthenticationHandler] - LDAP authentication for egunyar> > 2016-10-18

[cas-user] Cannot launch anymore CAS 5.0.0-RC4-SNAPSHOT

2016-10-24 Thread Erdal Gunyar
Hi guys! Did I miss something this weekend? :) I not able to launch anymore CAS server after having updated the RC4 Snap. I'm getting: > 2016-10-24 12:09:51,542 ERROR > [org.springframework.boot.context.embedded.tomcat.TomcatStarter] - starting Tomcat context. Exception: >

[cas-user] Re: CAS 5.0.0.RC3 - How to configure the delegation to another CAS server?

2016-10-24 Thread Erdal Gunyar
Hi, I didn't get at all your use case, but to quickly answer to your questions : - Configure: CAS 5 is basically "all by configuration": https://apereo.github.io/cas/development/installation/Configuration-Properties.html - Branding: use overlay mechanisms to make your own UI:

[cas-user] CAS 5.0.0 RC4-SNAPSHOT - Customize JBDC query with more than the username

2016-10-21 Thread Erdal Gunyar
Hi all, Does anyone know if it is possible to customize the query of either the JDBC authentication or te JDBC attribute repository with the callback URL? The idea behind being to return different result depending on the site which called CAS server. I didn't see anything related to that, so

[cas-user] CAS 5 - Is it possible to disable http (leaving only SSL) in the embedded tomcat?

2016-11-23 Thread Erdal Gunyar
Hello all! The question is quite simple: is it possible to disable http (leaving only SSL) in the embedded tomcat? Like for the AJP mode, I've tried (never know): server.http.enabled=false But nothing changed. Do someone have any hint? Thanks, Erdal. -- - CAS gitter chatroom:

[cas-user] Re: CAS 5 - Is it possible to disable http (leaving only SSL) in the embedded tomcat?

2016-11-23 Thread Erdal Gunyar
's another story :) Erdal. Le mercredi 23 novembre 2016 16:12:28 UTC+1, Erdal Gunyar a écrit : > > Hello all! > > The question is quite simple: is it possible to disable http (leaving only > SSL) in the embedded tomcat? > > Like for the AJP mode, I've tried (never k

[cas-user] CAS 5 - Embedded Tomcat's cache size?

2016-11-24 Thread Erdal Gunyar
Hello all, I keep getting WARNs from Catalina saying that cache is not sufficient (you all must get that if you're using embedded Tomcat 8 w/ catalina logs set higher than OFF level in log4j). I'm wondering in my case if that's not a cause of why CAS server is quite slow. Do someone know how

Re: [cas-user] CAS 5 - Is it possible to disable http (leaving only SSL) in the embedded tomcat?

2016-11-24 Thread Erdal Gunyar
ing. > > > https://apereo.github.io/cas/5.0.x/installation/Configuration-Properties.html#embedded-tomcat-httpajp > > > > > --Misagh > > > > *From:* cas-...@apereo.org [mailto:cas-...@apereo.org > ] *On Behalf Of *Erdal Gunyar > *Sent:* Wednesday, November

Re: [cas-user] What are the exact steps to configure CAS 5.0.0 RC1 to use LDAP?

2016-10-11 Thread Erdal Gunyar
I don't know where did you get the path in the end of: cas.authn.ldap[0].ldapUrl=ldap://ldapserver.company.com:389/ *dc=company,dc=com* But that saved me from hours of Google digging! Thanks a lot! :) Erdal. Le mercredi 24 août 2016

[cas-user] CAS 5.0.0-RC3 - AttributeDao using applications.properties

2016-10-17 Thread Erdal Gunyar
Hello all, I'm trying to implement a mergingPersonAttributeDao but CAS-5-like using applications.properties (like the default LDAP or JDBC dao) rather than describing fully the Daos. Something like: (Final goal