problem with set_option and tls

Mike Lovell mike at mozy.com
Mon Jun 1 18:01:29 CEST 2009


Michael Ströder wrote:
> Mike Lovell wrote:
>   
>> Michael Ströder wrote:
>>     
>>> I guess you're using python-ldap built against OpenLDAP 2.3 client libs.
>>> With OpenLDAP 2.4 connection-specific TLS options should be supported.
>>>
>>>   
>>>       
>> I am using a machine with Ubuntu 9.04 which has the 2.4 OpenLDAP
>> libraries.
>>     
>
> Please post the exact OpenLDAP version.
>
> Ciao, Michael.
>   
hopefully this is enough info for you.

mike at thor:~/Desktop$ dpkg -l python-ldap libldap*
ii  libldap-2.4-2  2.4.15-1ubuntu OpenLDAP libraries
ii  python-ldap    2.3.5-1ubuntu1 An LDAP interface module for Python

mike at thor:~/Desktop$ ldd /usr/lib/python2.6/dist-packages/_ldap.so
    linux-vdso.so.1 =>  (0x00007fff5b1ff000)
    libldap_r-2.4.so.2 => /usr/lib/libldap_r-2.4.so.2 (0x00007f8252b90000)
    liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0x00007f8252981000)
    libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x00007f8252766000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007f825254a000)
    libc.so.6 => /lib/libc.so.6 (0x00007f82521d8000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007f8251fd3000)
    libresolv.so.2 => /lib/libresolv.so.2 (0x00007f8251dbb000)
    libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0x00007f8251b0e000)
    libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0x00007f82518fc000)
    libz.so.1 => /lib/libz.so.1 (0x00007f82516e4000)
    libgcrypt.so.11 => /lib/libgcrypt.so.11 (0x00007f825147d000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f8253005000)
    libgpg-error.so.0 => /lib/libgpg-error.so.0 (0x00007f8251279000)


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ldap/attachments/20090601/292e29b9/attachment.html>


More information about the python-ldap mailing list