mod_auth_cas for authn and mod_authnz_ldap for authz
Phil Ames
modauthcas at gmail.com
Thu Apr 17 23:35:45 EDT 2008
Have you taken a look at this thread?
http://tp.its.yale.edu/pipermail/cas/2007-August/005617.html
There may be some insight there, specifically this post:
http://tp.its.yale.edu/pipermail/cas/2007-August/005632.html
-Phil
On Thu, Apr 17, 2008 at 10:22 PM, candrews <candrews at integralblue.com> wrote:
>
> I'm trying to use mod_auth_cas for authentication and mod_authnz_ldap for
> authorization (I'm on Apache 2.2). I've been trying for a week to do this,
> and it's driving me bonkers! Here's my config block:
> <Location /protected>
> AuthType "CAS"
> AuthName "molecular"
> CASScope /
> AuthLDAPURL
> "ldap://xyz/OU=Users,OU=US,DC=americas?samAccountName?sub?(objectClass=user)"
> AuthLDAPBindDN x at y.com
> AuthLDAPBindPassword pass
> AuthLDAPGroupAttributeIsDN on
> require group users
> </Location>
>
> With this configuration, the browser always reports that authorization is
> required. If I comment out the ldap lines, it works fine (but obviously
> without the authz).
>
> What can I do to make this work? Thanks everyone!
> --
> View this message in context: http://www.nabble.com/mod_auth_cas-for-authn-and-mod_authnz_ldap-for-authz-tp16758973p16758973.html
> Sent from the CAS Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
More information about the cas
mailing list