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 recursion #22

Open scott-r-lindsey opened 9 years ago

scott-r-lindsey commented 9 years ago

Second try. First left out an arg.

Apparently LDAP groups can be nested and clients are expected to tolerate that. This patch creates a backstop so that no group will be listed twice.