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 timeLimit to search query. #45

Closed

Conversation

ajlile98
Copy link

added timeLimit with a default that matches ldapjs to not break backwards compatibility

Using this package we were seeing timeLimit errors and I didnt find a good way to pass a timelimit from simple-ldap-search to the ldapjs module.

We take in the timeLimit into the search function as a default paramter that matches the timeout of ldapjs: http://ldapjs.org/client.html#search

We then add timeLimit back to the opts variable with filter and attributes parameters.

added timeLimit with a default that matches ldapjs to not break backwards compatibility
@ajlile98 ajlile98 closed this by deleting the head repository Oct 31, 2024
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