Re: Confused about LDAP authentication with Active Directory - use Apache2::AuthenMSAD

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <eda@xxxxxxxxxxxxx>



---------------------------------------------------------------------
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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux