Problem installing the python-ldap mod

Cameron Laird claird at starbase.neosoft.com
Tue Oct 17 06:32:05 EDT 2000


In article <39EAB31E.8A8CD9D9 at stroeder.com>,
Michael =?iso-8859-1?Q?Str=F6der?=  <michael at stroeder.com> wrote:
>Xander van Es wrote:
>> 
>> "Cameron Laird" <claird at starbase.neosoft.com> wrote :
>> 
>> > Python-LDAP assumes the prior installation of a standard
>> > LDAP software development kit (SDK) (as the README
>> > mentions).  Do you need one, or do you need help in con-
>> > figuration so Python-LDAP finds one you already have?
>>
>> i don't think i have one
>> where can i get an LDAP SDK???
>
>E.g. OpenLDAP contains one.
>
>If you built and installed OpenLDAP watch out for e.g. ldap.h,
>lber.h, libldap.a and liblber.a and point the configuration
>parameters of the configure script to the appropriate path names.
>
>Ciao, Michael.

There are many LDAP SDKs <URL:http://
starbase.neosoft.com/~claird/comp.protocols.misc/LDAP.html>.
Most of the proprietary implementations will give you at least
an evaluation period on their SDKs, so you can choose quite
freely among them.  However, OpenLDAP is a fine one, and I use
it for most purposes of modest scale.

If you're at the stage of asking, "where can i get an LDAP
SDK???", though, you might be in for a bit of frustration.
You probably have bigger issues to comprehend than locating
<lber.h>.  LDAP involves at least four conceptual models that
might be unfamiliar to you.  While it's not particularly dif-
ficult material, satisfaction with PyLDAP involves quite a
few more steps than, say, NumPy.
-- 

Cameron Laird <claird at NeoSoft.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list