Krist van Besien <krist.vanbesien <at> gmail.com> writes:

>I've bene using the following module for apache AD authentication for
>quite some time.
>
>http://search.cpan.org/~reggers/Apache2-AuthenMSAD-0.02/AuthenMSAD.pm

Thanks - that's exactly what I needed.  I now have this:

    <Location "/test_auth">
      AuthType Basic
      AuthName "Secure Area"
      PerlAuthenHandler Apache2::AuthenMSAD
      PerlSetVar MSADDomain wcl.local
      PerlSetVar MSADServer wcl-dc1
      Require valid-user
    </Location>

and it works beautifully.

>You might want to sue it together with this module:
>http://search.cpan.org/~reggers/Apache2-AuthenDBMCache-0.01/AuthenDBMCache.pm
>
>As having an AD bind for every http request slows down things quite
>substantially...

I'll set that up next.

Thanks to everyone who helped investigate the problem.

-- 
Ed Avis <e...@waniasset.com>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to