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

Make LDAP ingestion configurable for different attribute keys #4599

Closed
atulsaurav opened this issue Apr 6, 2022 · 1 comment · Fixed by #4682
Closed

Make LDAP ingestion configurable for different attribute keys #4599

atulsaurav opened this issue Apr 6, 2022 · 1 comment · Fixed by #4682

Comments

@atulsaurav
Copy link
Contributor

Currently LDAP ingestion connector makes assumptions about the attributes that may be present on an LDAP record in an organization. For instance, to populate department name, it assumes LDAP will have a departmentName attribute to read from. Different organizations implement LDAP slightly differently hence these attributes may be named slightly different. We should enable the recipe to accept alternate mapping for these attributes/field.

Opening this issue in discussion with @jjoyce0510 . I will be working on this issue for now.

atulsaurav added a commit to atulsaurav/datahub that referenced this issue Apr 17, 2022
…ject#4599)

* Code changes to consume attrs_mapping from ldap recipe

* Doc changes outlining how to use different configurations in recipe
@jjoyce0510
Copy link
Collaborator

Will be reviewing this PR shortly. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants