Hmmm the bad support (as you mention "it hasn't been updated in quite some time") seems to be a major problem in this domain.
I just looked at (for apache) http://mod-auth-sspi.sourceforge.net/docu/mod_ntlm/ Here they say mod_ntlm is obsolete and " mod_auth_sspi is the version of mod_ntlm for Apache-2.0" but on the other side mod_auth_sspi seems to be dead too, so actually I am still not sure if its possible, if you don't want to use pure Microsoft technologies (like asp.net IIS server & other tools from ms) I am looking ...... Bye anton Andre Terra wrote: > FYI, I found a nginx module for Kerberos authentication too: > https://github.com/fintler/nginx-mod-auth-kerb > http://michaelshadle.com/2010/01/17/spnego-for-nginx-a-start-at-least > > It hasn't been updated in quite some time, but it is apparenlty working > and perhaps one of you will feel like taking a swing at it. > > > Cheers, > AT > > On Mon, Mar 4, 2013 at 6:24 PM, Avraham Serour <[email protected]> wrote: > >> Hi, >> >> Does anyone think using ntlm instead of/on top of oauth/social logins. >> Ideally this could be given as another choice of login/authentication on >> top of oauth options, this would be a solution to the user not having to >> remember yet another password. does linux have anything like that? >> >> would this be practical, has anyone thought of this? >> >> avraham >> >> >> On Mon, Mar 4, 2013 at 11:19 PM, Anton <[email protected]> wrote: >> >>> @Branko, >>> >>> no...I didn't think about Kerberos, I only realised >>> in the last day that Ad use this system which I don't know either) >>> >>> Do you know some tutorial/howto describing this SSO >>> >>> with Django/apache on windows? >>> >>> Or I am the only one on this planet with this ides? >>> >>> Thanks >>> >>> Anton >>> >>> Branko Majic wrote: >>> >>> > On Mon, 25 Feb 2013 21:06:33 +0100 >>> > Anton <[email protected]> wrote: >>> > >>> >> Hi, >>> >> >>> >> I am using my django in the following way: >>> >> >>> >> OS: Windows 7 (64 bit) >>> >> >>> >> + Python 2.7.3 (32bit) >>> >> >>> >> + apache 2.4.3 (32 bit) from apachelounge >>> >> (I use the version which was build with vs2008 like python 2.7.3) >>> >> http://www.apachelounge.com/download/win32/binaries/httpd-2.4.3- >>> win32- >>> >> VC9.zip >>> >> >>> >> + django 1.4.5 >>> >> >>> >> + mod_wsgi 3.4 (32 bit) from http://code.google.com/p/modwsgi/ >>> >> (compiled manually with vs2008 since no binaries available) >>> >> >>> >> I would like to use the typical Windows intranet scenario >>> >> where you have a single-sign-on with the internet explorer. >>> >> >>> >> At least in our company the ASP .NET powered intranet sites >>> >> work fine with this. >>> >> >>> >> I googled around, as if I understood right, this auth system >>> >> is called NTLM and if you want to use it, you need >>> >> the apache module "mod-auth-sspi". >>> >> >>> >> If I look at the project page >>> >> http://sourceforge.net/projects/mod-auth-sspi/?source=dlp >>> >> I see only stuff dated from 2011 and only for *apache 2.2*. >>> >> >>> >> And if I read this article on apachelounge: >>> >> >>> >> http://www.apachelounge.com/viewtopic.php?t=4548 >>> >> >>> >> then there will be *never* a support for Apache 2.4. >>> >> >>> >> In the Django docs: >>> >> "Authentication using REMOTE_USER" >>> >> https://docs.djangoproject.com/en/1.4/howto/auth-remote-user/ >>> >> >>> >> you get links to mod_auth_sspi but its has be forgotten to mention >>> >> that this module (seems) now obsolete. >>> >> >>> >> So the question is: >>> >> >>> >> Is it possible to obtain SSO with Django on a Windows powered >>> >> machine, or do I have to give up and try my luck with ASP.NET or >>> >> perhaps php for windows or whatever. >>> >> >>> >> I love Django & python, but I am here in a dead end. >>> >> >>> >> Is there somebody using this scenarion (which is quit common in big >>> >> companies)? >>> >> >>> >> Thanks. >>> >> Anton >>> >> >>> > >>> > Hm... Did you maybe think about using Kerberos part of the AD for >>> > authentication instead? >>> > >>> > Best regards >>> > >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/django-users?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/django-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

