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

Fix ldap.go searchRequest #193

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Fix ldap.go searchRequest #193

merged 1 commit into from
Nov 18, 2024

Conversation

swbo97
Copy link
Contributor

@swbo97 swbo97 commented Nov 18, 2024

Type of Change

Please select the type of change your PR introduces by checking the appropriate box:

  • Fixes an issue
  • Adds a new feature
  • Refactor
  • Documentation update
  • Other (please describe it in the Description Section)

Description

Fixing the LDAP Search Request to only 100 entry will result in an error if the retrieved data exceed this number, putting the ldap search request to 0, will work with no restricted limitations (reference LDAP rfc => https://datatracker.ietf.org/doc/html/rfc4511)

Fixing the request to only 100 entry will result in an error if the retrieved data exceed, putting the ldap search request = 0, will work with no restricted limitations

Signed-off-by: Salim-Amine BOU ARAM <[email protected]>
@swbo97 swbo97 merged commit df8bf89 into master Nov 18, 2024
4 checks passed
@nabbar nabbar deleted the sabouaram-patch-1 branch November 26, 2024 09:42
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.

1 participant