Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDAP source #156

Merged
merged 10 commits into from
Jan 5, 2023
Merged

LDAP source #156

merged 10 commits into from
Jan 5, 2023

Conversation

byewokko
Copy link
Collaborator

@byewokko byewokko commented Dec 9, 2022

LDAPConnection

Provides LDAP client for the LDAP source.

Example config

[connection:LDAPConnection]
host=localhost
username=CN=admin,OU=Administrators,DC=example,DC=com
password=abc123def456

LDAPSource

Trigger source that executes an LDAP query, normalizes the results and sends them down the pipeline.

Example config

[pipeline:LDAPPipeline:LDAPSource]
base=DC=example,DC=cz
filter=(&(objectClass=inetOrgPerson)(cn=*))
attributes=sAMAccountName userAccountControl email

@byewokko byewokko added the enhancement New feature or request label Dec 9, 2022
@byewokko byewokko requested a review from PremyslCerny December 9, 2022 17:54
@byewokko byewokko self-assigned this Dec 9, 2022
@byewokko byewokko requested a review from ateska January 4, 2023 13:07
@byewokko byewokko merged commit 801ea4d into master Jan 5, 2023
@byewokko byewokko deleted the feature/ldap-source branch January 5, 2023 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant