RE: [cas-user] mod_auth_cas doesn't pass ldap credentials to the application

2014-10-27 Thread Niva Agmon
g.org Subject: Re: [cas-user] mod_auth_cas doesn't pass ldap credentials to the application > On Oct 26, 2014 2:13 PM, "Niva" wrote: > Is there another directive/parameter that will allow authorization and > not just just authentication? If you can use SAML attributes

Re: [cas-user] mod_auth_cas doesn't pass ldap credentials to the application

2014-10-27 Thread David Hawes
> On Oct 26, 2014 2:13 PM, "Niva" wrote: > Is there another directive/parameter that will allow authorization and not > just just authentication? If you can use SAML attributes from your CAS server, I would recommend doing so with git master. See the "Quickstart Installation" section for a simple

Re: [cas-user] mod_auth_cas doesn't pass ldap credentials to the application

2014-10-27 Thread Tom Poage
I think "Allow from all" takes precedence, bypassing any other (CAS etc.) directives. I'd suggest reviewing Apache httpd docs on Order, Allow and require. Tom. > This is what's in the ssl.conf: > > Order allow,deny > Allow from all > AuthType CAS > AuthName "TEST CAS AUTH" >

RE: [cas-user] mod_auth_cas doesn't pass ldap credentials to the application

2014-10-27 Thread Matt Smith
to > the application > > > > Hello Niva, > > > > Could you turn on debugging (CASDebug On), set your LogLevel to debug, run > the test again (without LDAP params), and send the logs? > > > > -Matt > > > > On Sun, Oct 26, 2014 at 5:56 PM, N

RE: [cas-user] mod_auth_cas doesn't pass ldap credentials to the application

2014-10-26 Thread Niva Agmon
, 2014 7:16 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] mod_auth_cas doesn't pass ldap credentials to the application Hello Niva, Could you turn on debugging (CASDebug On), set your LogLevel to debug, run the test again (without LDAP params), and send the logs? -Matt On Sun, O

Re: [cas-user] mod_auth_cas doesn't pass ldap credentials to the application

2014-10-26 Thread Matt Smith
nt:* Sunday, October 26, 2014 3:10 PM > *To:* cas-user@lists.jasig.org > *Subject:* Re: [cas-user] mod_auth_cas doesn't pass ldap credentials to > the application > > > > > Can you verify if mod_auth_cas works by itself by removing the AuthLDAPurl > line and using simply

RE: [cas-user] mod_auth_cas doesn't pass ldap credentials to the application

2014-10-26 Thread Niva Agmon
] Sent: Sunday, October 26, 2014 3:10 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] mod_auth_cas doesn't pass ldap credentials to the application Can you verify if mod_auth_cas works by itself by removing the AuthLDAPurl line and using simply "Require user xXxX" ? -Matt On

Re: [cas-user] mod_auth_cas doesn't pass ldap credentials to the application

2014-10-26 Thread Matt Smith
Can you verify if mod_auth_cas works by itself by removing the AuthLDAPurl line and using simply "Require user xXxX" ? -Matt On Oct 26, 2014 2:13 PM, "Niva" wrote: > Hello, > > I'm trying to casify a webapp which is served by apache, but am getting > "Authorization Required" after entering the l