python中set option_Python-ldap set_option在优胜美地上不起作用

We've installed the python-ldap(2.4.19) module without errors and perform most of the operations successfully. However ldap.set_option always returns a exception when we try to load certificates to use ssl (ldaps).

It occurs on notebooks running Yosemite but not on Mavericks or Linux. (All Macbooks have xcode installed)

We think it should be some missing/outdated/updated lib but we don't know how to find it.

Any clues?

$python

Python 2.7.6 (default, Sep 9 2014, 15:04:36)

...

>>>import ldap

>>>ldap.set_option(ldap.OPT_X_TLS_CACERTFILE, '/my_path/my_cert.crt')

Traceback (most recent call last):

File "", line 1, in

File "/*xxx*/python2.7/site-packages/ldap/functions.py", line 133, in set_option

return _ldap_function_call(None,_ldap.set_option,option,invalue)

File "/*xxx*/python2.7/site-packages/ldap/functions.py", line 64, in _ldap_function_call

result = func(*args,**kwargs)

ValueError: option error

解决方案

got around this by installing openldap threw brew, and then manually downloading the tarball, and mod setup.cfg to pick up /usr/local, and then install.

http://sourceforge.net/p/python-ldap/bugs/65/ is the ticket to add /usr/local to the defaults on python-ldap.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值