Shannon Eric Peevey wrote:



I seem to have a problem and am unable to find any forums for some help.

The [EMAIL PROTECTED] list has people who are familiar with this module, and help maintain it. :)



I have read your docs on AuthenNTLM and also I don't see much in the way of
examples I think I have it set up properly.


Apache Ver: Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.8.0 (This is a Solaris 8 on E3500)

<Location /test>
PerlAuthenHandler Apache::AuthenNTLM
AuthType ntlm
require valid-user
PerlAddVar ntdomain "CONWAY QGATS006 CNFQS022"
PerlSetVar defaultdomain CONWAY
PerlSetVar ntlmdegub 2
</Location>

Everytime I goto http://myunixmachine.com/test I get this error in my
error_log.

[error] [client 10.40.11.138] Can't locate object method "port_get" via
package "APR::SockAddr" at
/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/Apache/AuthenNTLM.pm line
519.


Mike


Besides a few typos, your config looks good (ntlmdegub) ;) Thanks for pointing this out. APR::SockAddr::port_get has been deprecated in mod_perl/1.99_12, in favor of APR::SockAddr::port. I have made the changes locally, and after a bit more testing, will upload the new version later today, or tomorrow.

Thanks for the heads-up!!
speeves
cws



--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to