Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'implements': 0.05; 'subject:Python': 0.06; 'python"': 0.07; 'python': 0.08; '21,': 0.09; 'ldap': 0.09; 'am,': 0.12; 'protocol': 0.15; '(is': 0.16; '>on': 0.16; 'apis.': 0.16; 'python-ldap': 0.16; 'received:72.5': 0.16; 'received:72.5.230': 0.16; 'received:sender1.zohomail.com': 0.16; 'received:zohomail.com': 0.16; 'subject:Mac': 0.16; 'url :python-ldap': 0.16; 'x-mailer:zoho mail': 0.16; 'cc:addr:python- list': 0.16; 'wrote:': 0.16; 'language,': 0.17; 'subject:Windows': 0.18; 'cc:no real name:2**0': 0.20; 'wrote': 0.20; 'this?': 0.21; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'appear': 0.23; '-0700': 0.23; 'default,': 0.23; 'aug': 0.24; 'windows': 0.26; 'remote': 0.28; 'url:mailman': 0.28; 'url:)': 0.29; 'cc:addr:python.org': 0.30; 'module': 0.30; 'protocol.': 0.30; 'researching': 0.30; 'sun,': 0.30; 'functional': 0.31; 'url:library': 0.31; 'version': 0.32; 'chris': 0.32; 'joined': 0.32; 'objects': 0.32; 'does': 0.32; 'anyone': 0.32; '----': 0.32; 'url:listinfo': 0.33; 'header:User-Agent:1': 0.34; 'thank': 0.35; 'speaking': 0.35; 'url:python': 0.36; 'using': 0.37; 'url:org': 0.38; 'speak': 0.38; 'subject:: ': 0.39; 'relatively': 0.39; 'url:microsoft': 0.40; 'computer.': 0.40; 'reviewed': 0.62; 'received:172.29': 0.64; 'here': 0.65; 'details': 0.65; 'site:': 0.67; 'url:en-us': 0.68; 'johnny': 0.84 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:cc:message-id:in-reply-to:references:subject:mime-version:content-type:user-agent; b=N5r2F8YX2jWnnudn2zSxt94M3JK07nsnOhtwWNQXNdopsRvoJvTNJe6W6gu5cxUImxGzYUnj+9x0 Qmlu72ud2qoaPZyOZ1PnZUNRCNcmTkheWEYiKZQdMVPyflv240cs Date: Mon, 22 Aug 2011 06:07:39 -0700 From: "johnny.venter" To: Chris Angelico In-Reply-To: References: <03C16874-0DE8-49B4-A1B3-32E576D01357@zoho.com> Subject: Re: Python Windows Extensions for Mac MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Status: RO Cc: python-list@python.org 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: 33 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1314018470 news.xs4all.nl 23944 [2001:888:2000:d::a6]:50363 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12024 Chris, thank you for the information. Focusing on Active Directory, I revi= ewed the info at the following site: http://technet.microsoft.com/en-us/lib= rary/cc961766.aspx Based on this, I need to find a module that implements the LDAP APIs. By d= efault, it does not appear that Python can speak this language, I am using = version 2.6.1. The module I found is Python-LDAP (http://www.python-ldap.o= rg/). Does anyone have experience using this? ---- On Sun, 21 Aug 2011 00:30:07 -0700 Chris Angelico wrote ----=20 >On Sun, Aug 21, 2011 at 6:38 AM, Johnny Venter wrote:=20 >> Yes, I want to make my queries from a remote non-Windows computer. Here = is the scenario:=20 >>=20 >> From my mac, I want to use python to access and read objects from a remo= te =C2=A0Windows computer joined to a Windows 2003 functional level domain.= Given this, what is the best way to accomplish this?=20 >>=20 >=20 >Then the "use Python" part is relatively immaterial; what you need to=20 >know is: What network protocol are you using to "access and read=20 >objects"? Start by researching that; once you know the details (is it=20 >even TCP/IP-based?), you can look into whether Python has facilities=20 >for speaking that protocol.=20 >=20 >ChrisA=20 >--=20 >http://mail.python.org/mailman/listinfo/python-list=20 >