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

Update LDAPConnection.java #8728

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

le-zell
Copy link

@le-zell le-zell commented Nov 4, 2022

This PR to fix multiple issues on LDAP :

  • fetch all members of a ldap group with 1500+ members (Active directory returns null values for groups with 1500+ members when we don't specfiy an attribute member like this : member;range=0-1500).
    The idea is to iterate multiple times to fetch n times all the members for the group

  • binary attributes are not treat well by pentaho. so we pass by a data: base64 encoded string feed.

  • the ldap upsert step doesn't remove the attribute that have NULL values

This PR to fix multiple issues on LDAP :

- fetch all members of a ldap group with 1500+ members (Active directory returns null values for groups with 1500+ members when we don't specfiy a member;range=0-1500). So iterate multiple times to fetch n times all the members for the group

- binary attributes are not treat well by pentaho. so we pass by a data: base64 encoded string feed

- the ldap upsert step doesn't remove the attribute that have NULL values
@buildguy

This comment has been minimized.

@smaring smaring requested a review from a team as a code owner October 17, 2023 15:28
@buildguy
Copy link
Collaborator

buildguy commented Mar 4, 2024

❌ Build failed in 2m 3s

Build command:

mvn clean verify -B -e -Daudit -amd -Djs.no.sandbox

❗ No tests found!

ℹ️ This is an automatic message

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 this pull request may close these issues.

2 participants