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

Fix for #15 "Not working with Apache 2.4" #26

Open PiNotEqual3 opened 8 years ago

oetiker commented 8 years ago

this patch will break apache 2.2 I guess?... maybe add some conditionals ?

peternewman commented 7 years ago

I don't believe the readme example here is correct. I got this error when experimenting with stuff "PythonOption takes 1-2 arguments, Useful to pass custom configuration information to scripts.". So you couldn't do "PythonOption Require user foo bar".

Or at least it could do with some more clarification; the following appears to pass the checks, but I don't know if it actually works yet: PythonOption Require "user foo bar"