> -----Original Message-----
> From: Scandalz.net [mailto:[EMAIL PROTECTED]
> Subject: Re: AuthenNTLM undefined value
> 
> 
> what's on line 478 of AuthenNTLM?
> 

sub handler ($$)
    {
    my ($class, $r) = @_ ;
    my $type ;
    my $nonce = '' ;
    my $self ;
    my $conn = $r -> connection ;     LINE 478


> ----- Original Message ----- 
> From: "Franks, David" <[EMAIL PROTECTED]>
> 
> > I am trying to use AuthenNTLM.  I put an .htaccess file in 
> a directory and
> > when I try to access the URL for the directory, it gives me 
> an internal
> > server error.  The apache error log contains:
> >
> > Can't call method "connection" on an undefined value at
> > /usr/opt/perl5/lib/site_perl/5.005/aix/Apache/AuthenNTLM.pm 
> line 478.
> >
> > I am using Apache-AuthenNTLM-0.23 + apache_1.3.27 +  mod_perl-1.27.
> >
> > Here is the .htaccess file:
> > PerlAuthenHandler Apache::AuthenNTLM
> > AuthType ntlm
> > AuthName test
> > require user 208512
> > PerlAddVar ntdomain "PHS   phsntpdc"
> > #PerlAddVar ntdomain "other_domain  pdc_for_domain  bdc_for_domain"
> >
> > PerlSetVar defaultdomain PHS
> > PerlSetVar ntlmdebug 1
> >
> > Any ideas?
> >
> > Dave Franks
> > [EMAIL PROTECTED]

Reply via email to