[cas-user] Re: ldapAuthenticationHandler

2016-09-09 Thread Jeffrey Ramsay
It's working. Thanks again. -Jeff On Thursday, September 8, 2016 at 5:34:13 PM UTC-4, Jeffrey Ramsay wrote: > > Ok. I tried to follow the link to setup LDAP authentication and it's not > working. > > > https://apereo.github.io/cas/development/installation/Configuration-Properties.html#ldap-auth

Re: [cas-user] Re: ldapAuthenticationHandler

2016-09-09 Thread Misagh Moayyed
Set cas.authn.policy.req.handlername=ldapAuthenticationHandler to cas.authn.policy.req.handlername=LdapAuthenticationHandler…or turn off the required authn policy and use any.  --  Misagh From: Jeffrey Ramsay Reply: Jeffrey Ramsay Date: September 10, 2016 at 12:54:16 AM To: CAS Community Sub

Re: [cas-user] Re: ldapAuthenticationHandler

2016-09-09 Thread Misagh Moayyed
Paste the full logs. It’s not resolver related, I don’t think.  --  Misagh From: Jeffrey Ramsay Reply: Jeffrey Ramsay Date: September 9, 2016 at 10:01:57 PM To: CAS Community Subject:  [cas-user] Re: ldapAuthenticationHandler Hello - I was able to fix my earlier oversight and ldap is work

[cas-user] Re: ldapAuthenticationHandler

2016-09-09 Thread Jeffrey Ramsay
Hello - I was able to fix my earlier oversight and ldap is work however, I'm unable to authenticate because there are no resolver configured for LdapAuthenticationHandler which I don't know how to. log snippet: 2016-09-09 12:47:40,649 INFO [org.apereo.cas.authentication.PolicyBasedAuthenticati

[cas-user] Re: Step by Step guide

2016-09-09 Thread Jeffrey Ramsay
I will definitely post what I have done. I haven't had to start from scratch but it has been tough trying to figure this out (Tomcat and JAVA versions, etc). Also, I want to convey that these builds are much easier than the earlier releases (I started with the 3.4 branch) to configure, so keep

Re: [cas-user] Re: Step by Step guide

2016-09-09 Thread Ed Hillis
Yes please! And thanks! On Fri, Sep 9, 2016 at 8:20 AM, Dmitriy Kopylenko wrote: > That would be a welcomed contribution to the project, yes. > > Cheers, > D. > > On Sep 9, 2016, at 9:18 AM, David Curry wrote: > > For what it's worth, as I've been working on building a CAS 5.0 > development/te

Re: [cas-user] Re: Step by Step guide

2016-09-09 Thread Dmitriy Kopylenko
That would be a welcomed contribution to the project, yes. Cheers, D. > On Sep 9, 2016, at 9:18 AM, David Curry wrote: > > For what it's worth, as I've been working on building a CAS 5.0 > development/test environment here, I have been documenting every step along > the way (starting from bar

[cas-user] Re: Step by Step guide

2016-09-09 Thread David Curry
For what it's worth, as I've been working on building a CAS 5.0 development/test environment here, I have been documenting every step along the way (starting from bare Red Hat 7 servers that you have to install Java and Tomcat on). I've been doing this for our own internal use, but have intende

Re: [cas-user] Step by Step guide

2016-09-09 Thread Josep Manel Andrés
Yes, sure, I have my posts on my blog, but definitely those are not official documentation and therefor will contain a lot of imperfections. Cheers. On 09/09/16 14:52, Dmitriy Kopylenko wrote: There’s always a way… Feel free to contribute ;-) Cheers, D. On Sep 9, 2016, at 8:51 AM, Josep Man

Re: [cas-user] Step by Step guide

2016-09-09 Thread Dmitriy Kopylenko
There’s always a way… Feel free to contribute ;-) Cheers, D. > On Sep 9, 2016, at 8:51 AM, Josep Manel Andrés wrote: > > Hi guys, > After a while of being subscribedto this mailing list, I have noticed that we > keep asking the same basic questions because there isn't a step by step > guide,

[cas-user] Step by Step guide

2016-09-09 Thread Josep Manel Andrés
Hi guys, After a while of being subscribedto this mailing list, I have noticed that we keep asking the same basic questions because there isn't a step by step guide, manual to follow or something similar. I think we loose time answering always the same questions Is there any way of having

Re: [cas-user] Custom Authentication Handler in version 5.0.0

2016-09-09 Thread Gokhan Mansuroglu
Hi Misagh, Thank you for your link, I am trying to figure it out. However there is definetely a need for a step by step guide. 8 Eylül 2016 Perşembe 12:17:03 UTC+3 tarihinde Misagh Moayyed yazdı: > > Example: > https://github.com/apereo/cas/blob/master/cas-server-support-digest-authentication/s

[cas-user] CAS 4.2.5 / SPNEGO

2016-09-09 Thread benoit plessis
Hi, I am a fairly new CAS user (the working 4.2.4 setup is two days old ;) so i prefer to check here before opening an issue. Basically i (just) got a working CAS configuration, using SPNEGO and LDAP fallback on our MIT KRB+LDAP infrastructure. But since 4.2.5 was out and my setup not in product

Re: [cas-user] ldapAuthenticationHandler

2016-09-09 Thread Misagh Moayyed
You need to define a type. Review the properties in that link once more. --  Misagh From: Jeffrey Ramsay Reply: Jeffrey Ramsay Date: September 9, 2016 at 2:04:18 AM To: CAS Community Subject:  [cas-user] ldapAuthenticationHandler Ok. I tried to follow the link to setup LDAP authentication a