Connector LDAP
This component connects, searches and gets data from the LDAP server.
Data In/ Data Out
Data In |
N/A |
Data Out |
Connector
Data from the file can be loaded using the following Python code:
Data structure loaded from pickle file is a list of tuples, where each result tuple is of the form (
Attribute types are used as string dictionary keys and attribute values are stored in a list as dictionary values. |
Parameters
URI (required) |
URI to LDAP |
Credentials
Bind DN (required) |
Bind DN to authenticate |
Password |
|
Search Parameters
Base DN |
The LDAP |
Scope |
Can be
|
Filter |
LDAP |
Learn more: about LDAP filtering herehere.