适用于 Python 的最佳客户端 LDAP API 是什么?
可能的重复:
Python-LDAP 集成
下午好!
我正在编写一个程序,用于根据文本文件中的名称在 LDAP 数据库中搜索 ID。
我将用 Python 编写这篇文章,因为它已经成为我选择的语言。
我的问题是,适用于 Python 的最佳客户端 LDAP API 是什么?在哪里可以下载它?
它必须与 Red Hat Enterprise Linux Server 版本 5.7 (Tikanga) 兼容,因为这是我正在使用的发行版。
最好的,
克特姆
Possible Duplicate:
Python-LDAP integration
Good afternoon!
I am writing a program for work that searches an LDAP database for IDs based on names in a text file.
I'm going to write this in Python, as it has become my language of choice.
My question is, what is the best client LDAP API for Python, and where can I download it?
It would have to be compatible with Red Hat Enterprise Linux Server release 5.7 (Tikanga), as that is the distro I am using.
Best,
ktm
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用过 http://www.python-ldap.org/ 并且效果很好。
I have used http://www.python-ldap.org/ and it worked fine.
一般来说,API 至少必须支持(无论何种语言):
很高兴有:
最好的方法是:
Generally speaking, at the very least an API must support (no matter the language):
Nice to have:
Way nice to have: