Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:timgolden.me.uk': 0.09; 'from:name:tim golden': 0.09; 'ldap': 0.09; 'linux.': 0.09; 'message-id:@timgolden.me.uk': 0.09; 'wrote:': 0.14; 'library': 0.15; 'linux).': 0.16; 'python-ldap': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'url:python-ldap': 0.16; 'header:In-Reply-To:1': 0.21; 'seems': 0.21; 'windows': 0.26; 'installed': 0.28; 'all,': 0.30; 'tjg': 0.30; 'to:addr:python-list': 0.33; 'header:User-Agent:1': 0.35; 'url:org': 0.38; 'subject:: ': 0.38; 'received:192': 0.38; 'user': 0.39; 'should': 0.39; 'to:addr:python.org': 0.39; 'from:addr:mail': 0.65; 'account': 0.66; 'choice:': 0.84 Date: Wed, 22 Jun 2011 15:00:32 +0100 From: Tim Golden User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: python-list@python.org Subject: Re: User Authentication References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308751236 news.xs4all.nl 49174 [::ffff:82.94.164.166]:34932 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8209 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