User Authentication
Michael Ströder
michael at stroeder.com
Fri Jun 24 03:23:43 EDT 2011
Anurag wrote:
> My application is a web based application for both windows and Linux.
> The web part is developed using Django. So if Python does not support
> it then any support for local sytem account authentication in Django?
>
> I am looking for a common library for both Linux and Windows. Any help
> will be Gr8
Doesn't Django provide an abstraction layer for accessing differnt
authentication backends? I guess you have to write/use two different
authentication modules for the two different mechanisms.
A quick search looks promising:
http://www.google.com/search?q=django+ldap+authentication
Ciao, Michael.
More information about the Python-list
mailing list