
Untitled
By: a guest on
Jul 17th, 2012 | syntax:
None | size: 0.46 KB | hits: 47 | expires: Never
Apache PyAuthenNTLM2 troubles [migrated]
PYTNLM: Spurious authentication request on connection 0x3...
Unexpected NTLM message Type 3 in new connection from address...
## This section provides ntlm based authentification.
<Location /content>
AuthType NTLM
AuthName "Please, enter your name in format: domain/user."
require valid-user
PythonAuthenHandler pyntlm
PythonOption Domain MYDOMAIN
PythonOption PDC DNS_OF_THE_AD_SERVER
</Location>