I have looked at that thread, but those conversations regard mod_auth_ldap from Apache 2.0. There is no example of a working configuration for Apache 2.2 (the auth structure changed a lot from 2.0 to 2.2, it was split into authz and authn).
~Craig On Thu, April 17, 2008 11:35 pm, Phil Ames wrote: > 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 <[EMAIL PROTECTED]> > 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=u >> ser)" 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-au >> thz-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 >> >> > _______________________________________________ > Yale CAS mailing list > [email protected] http://tp.its.yale.edu/mailman/listinfo/cas > > _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
