> 
> <Location /test>
>    AuthName Test
>    AuthType Basic
>    PerlSetVar myPDC SAMBA
>    PerlSetVar myDOMAIN ARBEITSGRUPPE
>    PerlAuthenHandler Apache::AuthenSmb Apache::AuthSybase
>    require valid-user
> </Location>
>

is mod_perl compiled with STACKED HANDLERS?

the first module to run will need to return DECLINED for the second to
ever see the request.  You may need a simple AuthHandler that always
fails at the end. Try AuthenSmb, DECLINED or OK, try AuthSybase,
DECLINED or OK, then AuthFailed, always returned FORBIDDEN.

HTH, aaron

-- 
aaron ross . alias intelligence, inc
     email . [EMAIL PROTECTED]
     phone . 215 545 6428

Reply via email to