From: <mi...@st...> - 2004-11-14 15:02:45
|
Marc Balmer wrote: > > Why is SASL/TLS support in python-ldap not enabled by default in configure? python-ldap is built with the help of Python DistUtils. autoconf's configure is not used at all. See http://docs.python.org/dist/dist.html > Does it make sense to enable it by default on platforms that always > have tls libs, e.g. on OpenBSD? Feel free to contribute a platform-specific setup.cfg for addition to the source distribution under directory Build/. The text in file INSTALL refers to that directory under "Quick build instructions". Ciao, Michael. |