Releases: shaozi/ldap-authentication
Releases · shaozi/ldap-authentication
v3.2.4
This version should be sync to NPM
v3.2.3
This is the first release that syncs with NPM publishing. From this version on, all release in GitHub will be published on NPM too.
v3.0.1
- Use ldapjs@3
- Remove support of Node 12 and 14
v2.3.1
- allow user to specify the attributes to return from ldap server when user details are retrieved
- remove extra logs
2.2.9
Added new option verifyUserExists
for user exists verification and return user details without using user's password
v2.2.8
- Add
groupMemberUserAttribute
support