Rodney Broom wrote:
> 
> > <Location />
> >       AuthType Apache::AuthTicket
> >       AuthName HomeIntranet
> >       PerlAuthenHandler Intranet::CheckSiteAuthen
> >       #PerlAuthenHandler Apache::AuthTicket->authenticate
> >       PerlAuthzHandler Apache::AuthTicket->authorize
> >       require valid-user
> > </Location>
> 
> 
> mod_auth supplies the "Auth*" dirrectives. Since he sees 'require
> valid-user', he's looking for the rest of the Auth* directives.
> Specifically, "AuthUserFile".

Thanks for the reply Rodney.  Anyway, I guess I just don't understand
why I'm getting the user file error with the above config, but if I
uncomment the PerlAuthenHandler Apache::AuthTicket->authenticate line,
it works as it should (gives me a login page).  All I want to do is have
authentication start at my Intranet::CheckSiteAuthen module, then hop to
the AuthTicket module if some condition is met.  If I uncomment both
        PerlAuthenHandler Intranet::CheckSiteAuthen
        PerlAuthenHandler Apache::AuthTicket->authenticate
lines, I get my login page, but authentication goes to
Apache::AuthTicket->authenticate regardless of what happens in
Intranet::CheckSiteAuthen.

Thanks,
-- 
Steve Chadsey <[EMAIL PROTECTED]>

Reply via email to