Skip to content

Commit f5495b9

Browse files
committed
bcrypt as optional dependency
Cherry-picked a commit by @sokra from trentm#13. This probably fixes trentm#9 as well when cache is not needed.
1 parent 20ec792 commit f5495b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This fork was created and published because of an urgent need to get newer
66
version of [ldapjs](http://ldapjs.org/) in use to
77
[passport-ldapauth](https://github.com/vesse/passport-ldapauth) since the newer
88
version supports passing `tlsOptions` to the TLS module. Once the original
9-
module is updated I will likely abandon the fork.
9+
module is updated I will likely deprecate the fork.
1010

1111
Changes in this fork include:
1212

@@ -17,6 +17,7 @@ Changes in this fork include:
1717
* enable anonymous binding ([#2](https://github.com/trentm/node-ldapauth/issues/2))
1818
* enable defining seach scope
1919
* clients are unbound in `close()` ([#3](https://github.com/trentm/node-ldapauth/issues/3))
20+
* `bcrypt` is an optional dependency ([#13](https://github.com/trentm/node-ldapauth/pull/13), also affects [#9](https://github.com/trentm/node-ldapauth/issues/9))
2021

2122
The additional options the changes above introduce are `searchScope`, `searchAttributes`,
2223
`timeout`, `connectTimeout`, and `tlsOptions`. From the original options `adminDn` and `adminPassword` are now optional.

0 commit comments

Comments
 (0)