PyAuthenNTLM2
PyAuthenNTLM2 copied to clipboard
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).
I configured the latest version from Git HEAD on Ubuntu 10.04 LTS using included Apache, Python, and mod_python versions and got this error message when using IE7 on WinXP: Incorrect...
CentOS 7 Apache/2.4.6 (CentOS) mod_python/3.5.0-e9fc930 Python/2.7.5 **Problem:** ``` PYNTLM: Error when retrieving Type 2 message from server(192.168.64.1) = [Errno 13] Permission denied PYNTLM: Exception: Traceback (most recent call last): File...
apache2 2.4.18-2ubuntu3.1 libapache2-mod-python 3.3.1-11ubuntu2 python-pyauthenntlm2 2.2-300117 Similar to https://github.com/Legrandin/PyAuthenNTLM2/issues/12 I was seeing "Unexpected NTLM message Type 3 in new connection", the connection ID seemed to increment before the full NTLM...
Add support for web proxy requests. To enable this mode, activate the WebProxyMode option: ``` PythonOption WebProxyMode on ```
Urlparse modules in python
I've tested the module with both **Apache 2.4** (Ubuntu 13.10) and **Apache 2.2** (Ubuntu 12.04). Seems like it is not working with Apache 2.4. Although authentication works fine, authorization to...
Hi All, I do not know if this is a bug or simply an Apache configuration issue. I use latest PyAuthenNTLM2 and Apache 2.4.10 (Debian Jessie stock). Here is my...
I get the a "Unexpected NTLM message Type 3 in new connection" error when executing a POST request after an indeterminate amount of time on the same page. The browser...
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...