|
From: Joe L. <jl...@op...> - 2002-01-02 01:16:16
|
On 11/12/01 7:01 AM, "Michael Str=F6der" <mi...@st...> wrote:
> Jacek Konieczny wrote:
>>=20
>> eg.:
>>=20
>> ldap.set_option("tls_cacertfile","file")
>>=20
>> against:
>>=20
>> ldap.set_option(ldap.OPT_X_TLS_CACERTFILE,"file")
>=20
> I also vote for the 2nd option.
>=20
> Ciao, Michael.
>=20
> _______________________________________________
> Python-LDAP-dev mailing list
> Pyt...@li...
> https://lists.sourceforge.net/lists/listinfo/python-ldap-dev
After a long departure (illness in the family), I'm finally returning to th=
e
various projects that I was dabbling in. I'm about to make use of
python-ldap and was starting to get my python-ldap RPM back into shape.
Well, I see that configure is now gone in lieu of setup.py (distutils) in
the latest CVS version. Simple enough. However, doing a test "make" brought
up this TLS context stuff that I see came up a bit ago here.
Specifically, a make fails with "LDAP_OPT_X_TLS_CTX" undeclared in
Modules/constants.c (203). From the discussion, it would appear code must
first declare this, but the error smacks of an incomplete implementation as
this is just the c-library and I gather that one would define it in the
runtime. I'm not fully clued in yet, but am I missing something here?=20
|