User Authentication

Tim Golden mail at timgolden.me.uk
Wed Jun 22 10:00:32 EDT 2011


On 22/06/2011 14:34, Anurag wrote:
> Hi All,
>
> I am working on application which needs to do a authentication against
> LDAP, if LDAP not installed then local system account (administrator
> user in windows and root user in Linux). This should work on both
> Windows and Linux.
>
> Which library I should use for that.

python-ldap seems the obvious choice:


   http://www.python-ldap.org/

TJG



More information about the Python-list mailing list