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. -- http://mail.python.org/mailman/listinfo/python-list