Legrandin / PyAuthenNTLM2

PyAuthenNTLM2 is an authentication module for Apache. It validates a user by means of the NTLM protocol and a separate Domain Controller (or Active Directory server).
Other
57 stars 42 forks source link

Ubuntu 15.10 with Apache 2.4: PyAuthenNTLM2 seems inactive #24

Open kienerj opened 8 years ago

kienerj commented 8 years ago

This issue is not related to the other ones concerning apache 2.4. My problem is that PyAuthenNTLM2 seems to be inactive inactive- I get no info in log about it handling connections and $_SERVER["REMOTE_USER"] variable remains empty.

I get no error message on startup, no hint what might be going wrong.

How can i verify that mod_python actually sees PyAuthenNTLM2?

EcoFreak commented 8 years ago

@kienerj any news?

kienerj commented 8 years ago

See issue #15. There is a easy fix mentioned and it works in Apache 2.4 on Ubuntu 16.04 LTS.