Re: AD authentication w/SSPI NTLM integration

2010-10-18 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. N

Re: AD authentication w/SSPI NTLM integration

2010-10-18 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/