Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12083
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| 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.08; 'ldap': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'extensions': 0.15; 'apis.': 0.16; 'concepts.': 0.16; 'python- ldap': 0.16; 'subject:Mac': 0.16; 'url:python-ldap': 0.16; 'language,': 0.17; 'subject:Windows': 0.18; 'this?': 0.21; 'header :In-Reply-To:1': 0.22; 'appear': 0.23; 'default,': 0.23; 'library.': 0.24; 'language.': 0.28; 'url:)': 0.29; 'module': 0.30; 'url:library': 0.31; 'version': 0.32; 'does': 0.32; 'anyone': 0.32; "isn't": 0.33; 'to:addr:python-list': 0.33; "i've": 0.34; 'header:User-Agent:1': 0.34; 'right,': 0.34; 'directory.': 0.34; 'header:X-Complaints-To:1': 0.35; 'thank': 0.35; 'using': 0.37; 'received:org': 0.38; 'url:org': 0.38; 'speak': 0.38; 'subject:: ': 0.39; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'url:microsoft': 0.40; "it's": 0.40; 'reviewed': 0.62; 'our': 0.63; 'site:': 0.67; 'url:en-us': 0.68; 'schrieb': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Christian Heimes <lists@cheimes.de> |
| Subject | Re: Python Windows Extensions for Mac |
| Date | Tue, 23 Aug 2011 15:40:59 +0200 |
| References | <mailman.250.1313813488.27778.python-list@python.org> <e1f6f$4e4ff106$4275d90a$13260@FUSE.NET> <03C16874-0DE8-49B4-A1B3-32E576D01357@zoho.com> <CAPTjJmoaZv2H9RBg2bFJW=1xYMdM9a-wYsu-N3nrJpxfLBQMDQ@mail.gmail.com> <A88B34C8-187D-493B-B1BF-AF7B921C4962@zoho.com> <CAPTjJmq0cJSrSd1swN-_MfqEcRS-x0pVBLcvX8w2s4cZDDo+Ow@mail.gmail.com> <131f19a7e75.1894874194572815237.1558182944908462737@zoho.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | f048004175.adsl.alicedsl.de |
| User-Agent | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2.102ipre2 Thunderbird/3.1.11 |
| In-Reply-To | <131f19a7e75.1894874194572815237.1558182944908462737@zoho.com> |
| X-Enigmail-Version | 1.1.2 |
| OpenPGP | id=AD16AB1B; url=http://cheimes.de/heimes.asc |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.349.1314106876.27778.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1314106876 news.xs4all.nl 23868 [2001:888:2000:d::a6]:37077 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:12083 |
Show key headers only | View raw
Am 22.08.2011 15:07, schrieb johnny.venter: > Chris, thank you for the information. Focusing on Active Directory, I reviewed the info at the following site: http://technet.microsoft.com/en-us/library/cc961766.aspx > > Based on this, I need to find a module that implements the LDAP APIs. By default, 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.org/). > > Does anyone have experience using this? LDAP is a protocol, not a language. You are right, LDAP isn't part of the Python standard library. The python-ldap extensions works well with Active Directory. I've used it to write an authentication and authorisation layer for our application. A word of warning: LDAP isn't trivial and AD has its quirks, too. It's going to take you a while to understand its concepts. Christian
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Python Windows Extensions for Mac "johnny.venter" <johnny.venter@zoho.com> - 2011-08-19 13:02 -0700
Re: Python Windows Extensions for Mac Kevin Walzer <kw@codebykevin.com> - 2011-08-20 13:39 -0400
Re: Python Windows Extensions for Mac Johnny Venter <johnny.venter@zoho.com> - 2011-08-20 19:51 -0400
Re: Python Windows Extensions for Mac Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2011-08-21 17:28 +0200
Re: Python Windows Extensions for Mac Chris Angelico <rosuav@gmail.com> - 2011-08-21 00:57 +0100
Re: Python Windows Extensions for Mac Johnny Venter <johnny.venter@zoho.com> - 2011-08-21 01:38 -0400
Re: Python Windows Extensions for Mac Chris Angelico <rosuav@gmail.com> - 2011-08-21 08:30 +0100
Re: Python Windows Extensions for Mac Alec Taylor <alec.taylor6@gmail.com> - 2011-08-21 20:13 +1000
Re: Python Windows Extensions for Mac "johnny.venter" <johnny.venter@zoho.com> - 2011-08-22 06:07 -0700
Re: Python Windows Extensions for Mac Christian Heimes <lists@cheimes.de> - 2011-08-23 15:40 +0200
csiph-web