Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 17th, 2012  |  syntax: None  |  size: 0.46 KB  |  hits: 47  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Apache   PyAuthenNTLM2 troubles [migrated]
  2. PYTNLM: Spurious authentication request on connection 0x3...
  3. Unexpected NTLM message Type 3 in new connection from address...
  4.        
  5. ## This section provides ntlm based authentification.
  6. <Location /content>
  7.    AuthType NTLM
  8.    AuthName "Please, enter your name in format: domain/user."
  9.    require valid-user
  10.    PythonAuthenHandler pyntlm
  11.    PythonOption Domain MYDOMAIN
  12.    PythonOption PDC DNS_OF_THE_AD_SERVER
  13. </Location>