File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1+ # node-ldapauth-fork Changelog
2+
3+ ## 2.2.8
4+
5+ - [ ldapauth issue #2 ] support anonymous binding
6+ - [ ldapauth issue #3 ] unbind clients in ` close() `
7+ - Added option ` searchScope ` , default to ` sub `
8+
9+ ## 2.2.7
10+
11+ - Renamed to node-ldapauth-fork
12+
13+ ## 2.2.6
14+
15+ - Another readme fix
16+
17+ ## 2.2.5
18+
19+ - Readme updated
20+
21+ ## 2.2.4
22+
23+ - [ ldapauth issues #11 , #12 ] update to ldapjs 0.6.3
24+ - [ ldapauth issue #10 ] use global search/replace for {{username}}
25+ - [ ldapauth issue #8 ] enable defining attributes to fetch from LDAP server
26+
127# node-ldapauth Changelog
228
329## 2.2.3 (not yet released)
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ Changes in this fork include:
1515* enable defining timeouts ([ #12 ] ( https://github.com/trentm/node-ldapauth/issues/12 ) )
1616* enable defining attributes to return from LDAP server ([ #8 ] ( https://github.com/trentm/node-ldapauth/issues/10 ) )
1717* enable anonymous binding ([ #2 ] ( https://github.com/trentm/node-ldapauth/issues/2 ) )
18+ * enable defining seach scope
19+ * clients are unbound in ` close() `
1820
19- The additional options the changes above introduce are ` searchAttributes ` ,
21+ The additional options the changes above introduce are ` searchScope ` , ` searchAttributes ` ,
2022` timeout ` , ` connectTimeout ` , and ` tlsOptions ` . From the original options ` adminDn ` and ` adminPassword ` are now optional.
2123
2224## Usage
@@ -45,7 +47,7 @@ MIT. See "LICENSE" file.
4547
4648## ` LdapAuth ` Config Options
4749
48- [ Use the source Luke] ( https://github.com/vesse/node-ldapauth-fork/blob/master/lib/ldapauth.js#L25-55 )
50+ [ Use the source Luke] ( https://github.com/vesse/node-ldapauth-fork/blob/master/lib/ldapauth.js#L25-57 )
4951
5052
5153## express/connect basicAuth example
You can’t perform that action at this time.
0 commit comments