We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebf83a commit c41e071Copy full SHA for c41e071
README.md
@@ -16,7 +16,7 @@ Changes in this fork include:
16
* enable defining attributes to return from LDAP server ([#8](https://github.com/trentm/node-ldapauth/issues/10))
17
* enable anonymous binding ([#2](https://github.com/trentm/node-ldapauth/issues/2))
18
* enable defining seach scope
19
-* clients are unbound in `close()`
+* clients are unbound in `close()` ([#3](https://github.com/trentm/node-ldapauth/issues/3))
20
21
The additional options the changes above introduce are `searchScope`, `searchAttributes`,
22
`timeout`, `connectTimeout`, and `tlsOptions`. From the original options `adminDn` and `adminPassword` are now optional.
0 commit comments