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 [EMAIL PROTECTED]
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
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to