Re: [cas-user] CAS 5 - ldap multiple OUs

2016-11-23 Thread Eric Allen
Awesome thanks. On Wednesday, November 23, 2016 at 11:06:39 AM UTC-7, Misagh Moayyed wrote: > > The second. > > > > --Misagh > > > > *From:* Eric Allen [mailto:truc...@gmail.com ] > *Sent:* Wednesday, November 23, 2016 10:53 AM > *To:* jasig-cas-user > *Cc:*

Re: [cas-user] require group

2016-11-23 Thread David Hawes
I'd expect by the end of the year at the latest. On 23 November 2016 at 12:21, pouria Mahmoudi wrote: > Oh by the way, > Is it possible to tell me how soon this change would be merged? > > Thanks > > > On Wednesday, November 23, 2016 at 9:00:14 AM UTC-8, pouria

Re: [cas-user] CAS 5 - ldap multiple OUs

2016-11-23 Thread Eric Allen
To use that method would it look something like this? cas.authn.Ldap[0].type=AD cas.authn.Ldap[0].LdapUrl=https://ldap.example.org cas.authn.Ldap[0].baseDn=dc=example,dc=org cas.authn.Ldap[0].userFilter=cn={user} cas.authn.Ldap[0].bindDn=cn=cas_user,ou=utility,dc=example,dc=org

[cas-user] CAS 4.2.7 error when deleting TGT tickets using JpaTicketRegistry (related to bug 1817)

2016-11-23 Thread Bekim
Hello Using Mysql 5.5.x, Java 1.8.111, tomcat 8.5.x Did overlay deployment of multiple versions to find the delta of failure. cas 4.2.4 - deletes TGT tickets without causing an error cas 4.2.5,4,2,6,6,2,7, all versions fail with message shown below. Failure occurs at:

RE: [cas-user] CAS 5 - ldap multiple OUs

2016-11-23 Thread Misagh Moayyed
The second. --Misagh From: Eric Allen [mailto:trucke...@gmail.com] Sent: Wednesday, November 23, 2016 10:53 AM To: jasig-cas-user Cc: cas-user@apereo.org; mmoay...@unicon.net Subject: Re: [cas-user] CAS 5 - ldap multiple OUs To use that method would it

Re: [cas-user] require group

2016-11-23 Thread pouria Mahmoudi
Yes, *require cas-attribute GROUP_ATTRIBUTE:ADMIN* is exactly what I needed but I am not using samlVaildate. Thanks David for the reply and I hope to get the new release with this fix in it. On Tuesday, November 22, 2016 at 3:07:39 PM UTC-8, dhawes wrote: > > On 22 November 2016 at 16:40,

RE: [cas-user] IO error sending HTTP request to /samlValidate

2016-11-23 Thread Misagh Moayyed
You may want to consider upgrading the client itself, rather than a dependency it requires. --Misagh From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Manfredo Hopp Sent: Tuesday, November 22, 2016 5:26 PM To: Cas Subject: [cas-user] IO error sending

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

2016-11-23 Thread Misagh Moayyed
The answer is also quite simple. Wrong setting. https://apereo.github.io/cas/5.0.x/installation/Configuration-Properties.html#embedded-tomcat-httpajp --Misagh From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Erdal Gunyar Sent: Wednesday, November 23, 2016 8:12 AM To: CAS

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

2016-11-23 Thread Erdal Gunyar
More precision: Actually all I have for the server is: server.name=https://domain.com server.port=443 server.context-path=/cas And it still opens http on 8080 (looks like to default value). By the way, removing context path value or puttin "/" in it will break the start up but that's another

[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: