>> i canna get the PerlAuthenHandler to do ANYTHING. first
>> line of code after $r = shift is $r->warn() but nothing
>> shows up in the log. aaugh!

[snip]

>>     <Location /auth>
>>         PerlAccessHandler Serensoft::Auth::access_handler
>>         PerlSetVar Intranet "this => that"
>>         PerlAuthenHandler Serensoft::Auth::authen_handler
>>         AuthName "dontUthink subscriber"
>>         AuthType Basic
>>         Require valid-user
>>     </Location>

[snip]

After looking at my own configuration for Apache::AuthCookie, and snooping in the 
Apache source a bit, I think that your "AuthType Basic" needs to be changed to 
"AuthType Serensoft::Auth".

...Steve

-- 
Steve van der Burg
Information Services
London Health Sciences Centre
(519) 685-8300 ext 35559
[EMAIL PROTECTED]

Reply via email to