-
python-ldap-test:便于配置内存中的LDAP服务器以进行测试
资源介绍
python-ldap-test
用于测试与LDAP服务器对话的代码的工具。 允许轻松配置和运行嵌入式内存LDAP服务器。 通过Py4J使用UnboundID LDAP SDK。 需要系统路径上的Java运行时才能运行服务器。
安装
随着pip :
pip install python-ldap-test
从源代码安装时:
git clone https://github.com/zoldar/python-ldap-test
cd python-ldap-test
python setup.py install # you may need root privileges if installing system-wide
用法
Python ldap客户端的示例库用法。
import ldap3
from ldap_test import LdapServer
serve