Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Jeff Stafford edited this pageMay 20, 2018 ·4 revisions

about

ezldap is designed to do two things well:

  • Provide a high-level Python API that makes scripting LDAP-related operations realllllyyy easy.

  • Provide a command-line interface that offers the same functionality as the Python API. No one should need to know Python/Perl/etc. to be able to work with an LDAP directory to its fullest extent.

installation

ezldap has no dependencies aside from any currently supported version of Python 3.ezldap is tested against all current versions of Python 3 (3.4, 3.5, 3.6, and pypy3).To install ezldap, just use pip:

pip install ezldapezldap config

To install the development version from Github.It ishighly suggested to run the tests if you will be working with the development version.

# install github releasepip install git+https://github.com/jstaf/ezldap.gitezldap config# to run testspip install pytest pytest-docker pytest-cov docker-composepytest

recipes

These are a set of "recipes" designed to demonstrate common use cases of this package:

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp