Tresp, Wilfried wrote:

Hi,

works now, thanks, next I'll try it with Apache2. AuthenNTLM was the only reason I have not tried it yet :)

Regards, Wilfried

-----Ursprüngliche Nachricht-----
Von: Shannon Eric Peevey [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 23. Juli 2003 20:50
An: Tresp, Wilfried
Betreff: Re: Apache:AuthenNTLM 2.01 with modperl 1.26


Tresp, Wilfried wrote:




Hello Shannon Eric,

as far as I understood the changes between Apache::AuthenNTLM 2.01 and the
older 0.23 from Gerald Richter your enhancements should make it possible to
use the modul with modperl 1.26 and modperl 2 also, is this right?

I tried to install your version with Apache 1.26, mod_perl 1.27 running
Solaris 8 with Perl 5.6.1 but every time a page is called which requires
authentication I get an internal Server Error and the error_log shows the
following entry:

[Wed Jul 23 20:12:36 2003] [error] Can't locate object method "log" via
package "Apache" (perhaps you forgot to load "Apac
he"?) at
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/Apache/AuthenNTLM.pm line
598.

Do you know what happens?

Regards,

Wilfried Tresp



Hi!

Try this file. Just replace your AuthenNTLM.pm file that the install placed in your perl modules directory with this one. It seems that there was a problem here:

if ($type == 1)
       {
597 -->        # my $log = $r->log;
       my $nonce = $self -> get_nonce ($r) ;

in the first handler subroutine at line 597... I have commented out the line, and it should work now.

Thanks for the heads-up :)

speeves
cws




Great!!! I will upload a fixed version to CPAN, and it should be available after a few hours.

speeves
cws




Reply via email to