Python-LDAP 2.0.0pre18
Grok Headline matches for Python-LDAP 2.0.0pre18
Python-LDAP 2.0.2
Python-LDAP 2.0.2
07/29/2004 12:57 AMLDAP modules for Python development/deployment.
Python-LDAP 2.0.0
Python-LDAP 2.0.0
05/18/2004 04:41 PMLDAP modules for Python development/deployment.
Python-LDAP 2.0.1
Python-LDAP 2.0.1
06/30/2004 01:11 AMLDAP modules for Python development/deployment.
Python-LDAP 2.0.0pre15
Python-LDAP 2.0.0pre15
11/11/2003 06:54 PMLDAP modules for Python development/deployment.
Python-LDAP 2.0.8 (Default branch)
Python-LDAP 2.0.8 (Default branch)
06/22/2005 02:26 AM
python-ldap provides an object-oriented API to access LDAP directory
servers from Python programs. It wraps the OpenLDAP 2.x libs for that
purpose.
License: Python License
Changes:
This release adds support for receiving LDAP controls.
Python and XML: XML Namespaces Support
in Python Tools, Part Two
Python and XML: XML Namespaces Support
in Python Tools, Part Two
05/13/2004 07:55 PMIn his latest Python and XML column, Uche Ogbuji continues his tour of
XML namespaces support in Python tools, focusing this time on 4Suite.
Python and XML: XML Namespaces Support
in Python Tools, Part Three
Python and XML: XML Namespaces Support
in Python Tools, Part Three
06/30/2004 07:31 PMIn this month's Python and XML column Uche Ogbuji examines the
namespace support in ElementTree, PyRXPU, and libxml.
Backporting from Python 2.3 to Python
2.2
Backporting from Python 2.3 to Python
2.2
06/08/2004 11:18 PMWe have a home-grown templating system at work, which I
intend to dedicate an entry to some time in the future. We originally
wrote it in Python 2.2, but upgraded to Python 2.3 a while ago and
have since been evolving our code in that environment. Today I found a
need to load the most recent version of our templating system on to a
small, long neglected application that had been running the original
version ever since it had enough features to be usable.
Unfortunately, this application was running on a server
that only had Python 2.2. Installing Python 2.3 would have been
somewhat more painful here than on other servers we run for reasons I
won't go in to, so I decided to have a go at getting our current code
to run under the older Python version.
In the end, I only had to make three minor changes, all at
the top of the file in question.
I added from __future__ import
generators as the very first line of the file. We use
generators (with the yield statement) in a
few places - this feature was only properly added in Python 2.3, but
was made available in Python 2.2 as a "future enhancement" through the
aforementioned obscure import.
I added True, False = 1,
0 on the next line down. Surprisingly, Python 2.2 had no
support for a boolean type and instead used a test for non-zero
instead. The above line defines constants that behave enough like
Python 2.3's True and False to avoid any problems.
I defined an enumerate
function, which was introduced for real in Python 2.3. Here's the code
I used:
def enumerate(obj):
for i, item in zip(range(len(obj)), obj):
yield i, item
All in all it only took around ten minutes to put the
above together, after which the script worked just fine. It was
interesting to see how our code had grown to rely on Python 2.3
features without us realising it.
More LDAP In Mac OS X Server
More LDAP In Mac OS X Server
06/19/2004 04:30 AM By Tony Williams, O'Reilly Network (via MyAppleMenu)
Yet Another LDAP Administrator 0.29
Yet Another LDAP Administrator 0.29
11/04/2003 08:16 PMA general purpose Web-based LDAP administration GUI.
Yet Another LDAP Administrator 0.30
Yet Another LDAP Administrator 0.30
07/14/2004 01:51 AMA general purpose Web-based LDAP administration GUI.
LDAP shell
LDAP shell
12/23/2003 09:35 AMLDAPsh 0.9.4pre1 released
Yet Another LDAP Administrator 0.11
Yet Another LDAP Administrator 0.11
03/14/2003 06:11 PMA general purpose Web-based LDAP administration GUI.
LDAP Probe 1.2
LDAP Probe 1.2
11/04/2003 04:49 PMLDAP directory viewer and explorer.
Yet Another LDAP Administrator
Yet Another LDAP Administrator
03/15/2003 08:27 AMFirst public release!
led - LDAP Editor
led - LDAP Editor
12/12/2003 03:06 PMled-1.79 released
ldap-stats.pl 1.1
ldap-stats.pl 1.1
12/31/2004 07:17 PMA script that provides several utilization reports from a set of LDAP
log files.
Kolab-LDAP-0.01
Kolab-LDAP-0.01
12/02/2003 05:25 AMperl-ldap-0.32
perl-ldap-0.32
07/01/2004 05:24 PMLDAP In Mac OS X Server
LDAP In Mac OS X Server
05/26/2004 01:05 AMBy Tony Williams, O'Reilly Network (via MyAppleMenu)
Kolab-LDAP-1.02
Kolab-LDAP-1.02
05/25/2004 05:36 AMperl-ldap-0.31
perl-ldap-0.31
01/01/2004 11:10 AMKolab-LDAP-0.9
Kolab-LDAP-0.9
01/19/2004 11:44 AMThree LDAP Browsers for the Asking
Three LDAP Browsers for the Asking
06/01/2004 09:47 PMInternet.com Jun 2 2004 2:29AM GMT
RDBMS vs. LDAP
RDBMS vs. LDAP
02/10/2004 02:48 AMLast issue I talked about Thor Technologies, its new round of funding
and its "best of breed" solutions. But what the Thor folks really
wanted to talk about was the use of SQL-based relational databases for
storage of identity and provisioning information.
LDAP Account Manager
LDAP Account Manager
10/29/2003 03:53 PMLDAP Account Manager 0.4 released
LDAP Account Manager 0.4.6
LDAP Account Manager 0.4.6
05/27/2004 07:39 PMA PHP4-based account manager for openLDAP.
qmail-ldap 20031201
qmail-ldap 20031201
12/03/2003 06:06 PMA patch to add LDAP user database and server clustering to qmail.
LDAP Account Manager 0.4
LDAP Account Manager 0.4
10/29/2003 04:59 PMA PHP4-based account manager for openLDAP.
LDAP Explorer Tool
LDAP Explorer Tool
10/29/2003 06:07 PMLDAPExplorerTool version 0.6 released
Kolab-LDAP-Backend-0.01
Kolab-LDAP-Backend-0.01
12/02/2003 05:25 AMMpLDAP - My personal LDAP
MpLDAP - My personal LDAP
12/27/2003 11:19 AMFirst package released
Kolab-LDAP-Backend-ad-0.9
Kolab-LDAP-Backend-ad-0.9
01/19/2004 11:44 AMpppd LDAP plugin
pppd LDAP plugin
05/28/2004 04:58 PMFirst release on Sourceforge!
Kolab-LDAP-Backend-0.9
Kolab-LDAP-Backend-0.9
01/19/2004 11:44 AMperl-ldap-0.3201
perl-ldap-0.3201
07/14/2004 05:11 PMperl-ldap-0.3202
perl-ldap-0.3202
07/19/2004 05:02 PMLDAP Account Manager 0.4.1
LDAP Account Manager 0.4.1
12/31/2003 02:21 PMA PHP4-based account manager for openLDAP.
Kolab-LDAP-Backend-ad-0.01
Kolab-LDAP-Backend-ad-0.01
12/02/2003 05:25 AMGrok Description matches for Python-LDAP 2.0.0pre18
GrokA matches for Python-LDAP 2.0.0pre18
Python-LDAP 2.0.0pre18