Re: AD authentication w/SSPI NTLM integration

2010-10-19 Thread Dan Savilonis
This is not implemented. However, Django supports this kind of authentication, so I imagine you could add support for it. Looking at the docs, it seems really simple, though I've never found anything with single-sign-on to be simple... http://docs.djangoproject.com/en/dev/howto/auth-remote-user/

Re: AD authentication w/SSPI NTLM integration

2010-10-19 Thread Jan Koprowski
Ian, We try this in our company but let me clarify. There is few protocols/methods which can authorize You: Kerberos, NTML, SSPI but that You are really talking about is SPNEGO - One Single Sign On Microsoft Implementation. They can be in many ways (Kerberos in Firefox or Google Chrome or e.g.

AD authentication w/SSPI NTLM integration

2010-10-13 Thread Ian Battersby
Hi all, We're running ReviewBoard 1.5 and have AD authentication working via the Python ldap module but wondered if there might be a way to authenticate the user via NTLM and Apache so they don't have to log in at all? I've installed the SSPI module for Apache 2.2 and added the relevant lines to