You are not logged in Log in Join
You are here: Home » Members » barryp

Log in
Name

Password

 

barryp

Up one level

 Title   Type   Size   Last Modified   Description 
Win32 Binaries for LDAP Software Package   2003-03-13

Various bits needed for Python-LDAP on Windows.

* Sorry, I don't have a Win32 binary for py-ldap 2.0, and don't plan to attempt to compile one *

First, for any version of Python, you'll need ldap32.dll From the full UMich Windows LDAP Distribution placed somewhere in your system path. The DLL is available below.

Then, you'll need a Python interface to the UMich DLL placed somewhere in your Python path:

  • For Python 1.5x, download ldap.pyd (taken from here ), be sure to save it as ldap.pyd.
  • For Python 2.0 and 2.1 download ldap.py and one of the _ldap.pyd files (be sure to rename them from python2x_ldap.pyd to just _ldap.pyd).

For Python 2.2, just download and run the installer listed below (not really Zope-related, it assumes a plain Python install). The installer includes the UMich DLL, so you only need to get the one file.