RE: Checking for group membership in a mod perl handler.

2007-09-18 Thread Dami Laurent (PJ)
> I want to use a >perl module to check group membership. Specifically I want to check >the "department" property in our active directory, and use this to >allow or deny access. > >Writing Perl code that gets this info from the AD is not the problem. >My problem is that its not clear to me h

Checking for group membership in a mod perl handler.

2007-09-18 Thread Krist van Besien
Hello, I've implemented authentication in my web server using a mod_perl authentication handler. I now have the following in my httpd.conf: PerlAuthenHandler Apache2::AuthenDBMCache Apache2::AuthenMSAD PerlSetVar MSADDomain mydomain Require valid-user (The two modules I found on CPAN, an