James Sumners
James Sumners
Your sample code targets an unspecified _Active Directory_ server. I am asking if you can replicate this issue by adding a test to our test suite -- https://github.com/ldapjs/node-ldapjs/tree/8384a4736ff03bc6a09da5ee0e12d69eae02d277/test-integration/client https://github.com/ldapjs/node-ldapjs/blob/8384a4736ff03bc6a09da5ee0e12d69eae02d277/package.json#L43
I do not believe there is enough context in your example. Are you executing this within some other context that will end the connection? According to the docs (https://github.com/ldapjs/node-ldapjs/blob/b83008c71792c4e01fe2e69485987ca7c5e93e3c/docs/client.md#search) your...
You probably have more knowledge of this than anyone currently maintaining this library. We'd welcome your research into the matter, and a pull request if you are able.
Would you like to send a Pull Request to address this issue? Remember to add unit tests. An integration test would also be very welcome.
Would you like to send a Pull Request to address this issue? Remember to add unit tests.
> This change means that any DN that is not purely lower case will be returned by the server to the requester as they sent it. Current implementation would expect...
Adding some more info here. I have a set of steps like: ```yaml - name: Lookup Branch uses: actions/github-script@v3 id: pr-branch with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | const response...
I do not believe Bash as delivered by git for Windows is a true posix implementation. I _think_ it is based on Cygwin. You should try LFS for Windows.
This https://docs.microsoft.com/en-us/windows/wsl/about Windows is a video game OS for me 🤷♂️
> Can I send a PR for updating the documentation? Yes.