Public bug reported:

Apache error log shows:

Can't locate object method "remote_addr" via package
"Apache2::Connection" at /usr/lib/perl5/Apache2/AuthenNTLM.pm line 504

Default install of 14.04 + apt-get update && apt-get upgrade also fails.

Installed packages for default test install:
apache2
libapache2-mod-php5
libapache2-authenntlm-perl

On virtualhost:
<Location /ntlm>
          PerlAuthenHandler Apache2::AuthenNTLM
          AuthType ntlm
          AuthName NTAuth
          require valid-user
          PerlAddVar ntdomain "!!DOMAIN NAME!! !!LOGON SERVER!!"
          PerlSetVar defaultdomain !!DOMAIN NAME!! 
          PerlSetVar ntlmsemtimeout 2
          PerlSetVar ntlmdebug 1
          PerlSetVar splitdomainprefix 1
</Location>

** Affects: libapache2-authenntlm-perl (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1408269

Title:
  Authentication fails after upgrade 12.04 to 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-authenntlm-perl/+bug/1408269/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to