PGower / petl_ldap3

A petl view for ldap data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

petl_ldap3

Provides an LdapView class and a function fromldap that can be used to extract data from an ldap directory and turn it into a petl table.

fromldap requires a valid ldap3.Connection to be passed in. fromldap also requires a base ou to start serching and search query in RFC2254 format. (https://www.ietf.org/rfc/rfc2254.txt)

About

A petl view for ldap data.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%