stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


Python-LDAP 2.0.0pre18







Python-LDAP 2.0.0pre18

Python-LDAP 2.0.0pre18 12/09/2003 06:07 PM

LDAP modules for Python development/deployment.




This is a GrokNews Entry: (what is grok?)





Similar Items

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 AM
LDAP modules for Python development/deployment.

Python-LDAP 2.0.0


Python-LDAP 2.0.0 05/18/2004 04:41 PM
LDAP modules for Python development/deployment.

Python-LDAP 2.0.1


Python-LDAP 2.0.1 06/30/2004 01:11 AM
LDAP modules for Python development/deployment.

Python-LDAP 2.0.0pre15


Python-LDAP 2.0.0pre15 11/11/2003 06:54 PM
LDAP 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 PM
In 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 PM
In 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 PM

We 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.

  1. 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.

  2. 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.

  3. 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 PM
A general purpose Web-based LDAP administration GUI.

Yet Another LDAP Administrator 0.30


Yet Another LDAP Administrator 0.30 07/14/2004 01:51 AM
A general purpose Web-based LDAP administration GUI.

LDAP shell


LDAP shell 12/23/2003 09:35 AM
LDAPsh 0.9.4pre1 released

Yet Another LDAP Administrator 0.11


Yet Another LDAP Administrator 0.11 03/14/2003 06:11 PM
A general purpose Web-based LDAP administration GUI.

LDAP Probe 1.2


LDAP Probe 1.2 11/04/2003 04:49 PM
LDAP directory viewer and explorer.

Yet Another LDAP Administrator


Yet Another LDAP Administrator 03/15/2003 08:27 AM
First public release!

led - LDAP Editor


led - LDAP Editor 12/12/2003 03:06 PM
led-1.79 released

ldap-stats.pl 1.1


ldap-stats.pl 1.1 12/31/2004 07:17 PM
A 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 AM

perl-ldap-0.32


perl-ldap-0.32 07/01/2004 05:24 PM

LDAP In Mac OS X Server


LDAP In Mac OS X Server 05/26/2004 01:05 AM
By Tony Williams, O'Reilly Network (via MyAppleMenu)

Kolab-LDAP-1.02


Kolab-LDAP-1.02 05/25/2004 05:36 AM

perl-ldap-0.31


perl-ldap-0.31 01/01/2004 11:10 AM

Kolab-LDAP-0.9


Kolab-LDAP-0.9 01/19/2004 11:44 AM

Three LDAP Browsers for the Asking


Three LDAP Browsers for the Asking 06/01/2004 09:47 PM
Internet.com Jun 2 2004 2:29AM GMT

RDBMS vs. LDAP


RDBMS vs. LDAP 02/10/2004 02:48 AM
Last 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 PM
LDAP Account Manager 0.4 released

LDAP Account Manager 0.4.6


LDAP Account Manager 0.4.6 05/27/2004 07:39 PM
A PHP4-based account manager for openLDAP.

qmail-ldap 20031201


qmail-ldap 20031201 12/03/2003 06:06 PM
A 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 PM
A PHP4-based account manager for openLDAP.

LDAP Explorer Tool


LDAP Explorer Tool 10/29/2003 06:07 PM
LDAPExplorerTool version 0.6 released

Kolab-LDAP-Backend-0.01


Kolab-LDAP-Backend-0.01 12/02/2003 05:25 AM

MpLDAP - My personal LDAP


MpLDAP - My personal LDAP 12/27/2003 11:19 AM
First package released

Kolab-LDAP-Backend-ad-0.9


Kolab-LDAP-Backend-ad-0.9 01/19/2004 11:44 AM

pppd LDAP plugin


pppd LDAP plugin 05/28/2004 04:58 PM
First release on Sourceforge!

Kolab-LDAP-Backend-0.9


Kolab-LDAP-Backend-0.9 01/19/2004 11:44 AM

perl-ldap-0.3201


perl-ldap-0.3201 07/14/2004 05:11 PM

perl-ldap-0.3202


perl-ldap-0.3202 07/19/2004 05:02 PM

LDAP Account Manager 0.4.1


LDAP Account Manager 0.4.1 12/31/2003 02:21 PM
A PHP4-based account manager for openLDAP.

Kolab-LDAP-Backend-ad-0.01


Kolab-LDAP-Backend-ad-0.01 12/02/2003 05:25 AM

Grok Description matches for Python-LDAP 2.0.0pre18
GrokA matches for Python-LDAP 2.0.0pre18

Python-LDAP 2.0.0pre18

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

TxSig 1.0
libtecla 1.5.0
Xmame-fe 0.3
EMacro 2.8.5
GRAMPS 0.98.0
(Development)

Jupitermedia: iPod,
iTunes 'Energized
Music Industry'

LaCie To Ship
FireWire 800 PC Card
For Laptops

Shooting The D1X For
National Geographic

Jailbreak
Comment spam
Ultralingua
Bilingual
Translation
Dictionaries 4.4

CDRestore 1.0
Lightning's Shadow
1.1

Messenger Spam
Senders Fighting
Back Against FTC

Microsoft Patents
Writing Windows Apps
Using HTML

Why Humans Must
Return To The Moon

CHEAP
P.e.r.s.o.n.a.l
E.m.a.i.l
A.s.s.i.s.t.a.n.t.
Needed

Earthquake
Prophet Jobs
US Adopts Tougher
Tactics in Iraq War

Et cetera: a hail of
bullets

Phatter pipe, or
phatter wallet?
Consumers favor cost
over speed

Making Web Services
Work at Amazon

Peachpit releases
DVD Studio Pro 2
training book

A Collection of
Conundrums...

Photos: amorous
trees

Robot pics from
"Hallucigenia" event
in Japan

Aspyr nabs
Westlake's Duane
Johnson

Revolution seminar
scheduled during
Macworld Expo

'Tis the season to
donate!

Net censorship in
Iran: myth or
reality?

The Rwanda Project
I feel the earth
move under my feet

How you play the
game

Bite Protocol Tester
Now Supporting
Bluetooth
Conformance V1.2

Bluetooth PDA
Keyboards To Be
Released in March
2004

SQuirreL SQL Client
The Absolute
Ultimate Spam
Protection

Random rants,
thoughts and general
all around bs

Linux developers
shaken by security
breach

Qualcomm prods
Kyocera Wireless
into 'push to talk'

Slip-up exposes
database to prying
eyes

Qualcomm prods phone
maker into 'push to
talk'

Under fire, e-vote
companies form a
trade group

More Wi-Fi at
Marinas

Wi-Fi Record Over
Salt Lake

Voice Over Wi-Fi Can
Cut Costs

Ubiquity is the
Answer

WLAN Switches Target
Remote Offices

NYC Hotels Get Wi-Fi
Everywhere

what is grok?