|
From: Jens V. <je...@zo...> - 2002-07-27 23:16:49
|
a simplistic test connecting to and getting search results from a server=20= works for me on mac OS X version 10.1.5, compiled against OpenLDAP 2.1.3=20= libs. i noticed that setup.cfg now has 2 uncommented "libs" lines, the = "simple"=20 one and the "full featured" one. since the full feature line is after = the=20 simple one it will get executed in this case. jens On Saturday, July 27, 2002, at 09:25 , Michael Str=F6der wrote: > HI! > > I've checked in some changes to setup.py and setup.cfg hopefully=20 > simplyfing this. > > 1. Renamed DEFINE name HAVE_LDAP_START_TLS_S to HAVE_TLS. > > 2. HAVE_TLS is set by looking at line libs in setup.cfg. If it = contains=20 > ssl *and* crypto HAVE_TLS is set. Otherwise support for StartTLS = extended=20 > operation and LDAP over SSL is turned off. > > 3. I dropped support for line class in section [_ldap] of setup.cfg = since=20 > we won't have support for other LDAP C SDKs. > > Please test if these changes have any bad implications on various = build=20 > platforms. > > Ciao, Michael. |