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

Added option to let user control the paged param #45

Merged
merged 1 commit into from
May 19, 2020
Merged

Conversation

kspearrin
Copy link
Member

Some LDAP servers have paging turned off. If so, this can cause an error since we made the assumption that all servers are using paging. This change lets the user control that through the settings. This can also be set in the data.json file under directoryConfig_0 > pagedSearch.

For example:

"directoryConfig_0": {
	...,
	"pagedSearch": true
},

@kspearrin
Copy link
Member Author

resolves #40

@kspearrin kspearrin merged commit 059ff06 into master May 19, 2020
@kspearrin kspearrin deleted the pagedSearch branch May 19, 2020 16:16
@kspearrin kspearrin mentioned this pull request May 19, 2020
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.

None yet

2 participants