python-ldap-test:易于设置内存中的LDAP服务器进行测试

时间:2024-06-09 18:10:50
【文件属性】:

文件名称:python-ldap-test:易于设置内存中的LDAP服务器进行测试

文件大小:1.47MB

文件格式:ZIP

更新时间:2024-06-09 18:10:50

Python

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


【文件预览】:
python-ldap-test-master
----.gitignore(52B)
----README.md(8KB)
----.gitmodules(121B)
----ldap-test-server-py4j()
----ldap_test()
--------ldap-test-server-0.0.4-SNAPSHOT-jar-with-dependencies.jar(1.52MB)
--------server.py(7KB)
--------test()
--------__init__.py(50B)
----CHANGES.txt(608B)
----LICENSE.txt(1KB)
----MANIFEST.in(56B)
----setup.py(1KB)
----tox.ini(131B)
----release.sh(292B)

网友评论