simple-ldap-server
simple-ldap-server copied to clipboard
Simple LDAP/LDAPS protocol supported configurable user store for testing(UAT, DEV) environments
OS: windows 2019 node: v18.17.1 Download and extract zip - OK run npm start -> failed since typescript not installed install typescript run npm start -> failed again with other...
Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [sonarqube-scanner](https://github.com/SonarSource/sonar-scanner-npm). These dependencies need to be updated together. Removes `got` Updates `sonarqube-scanner` from 2.8.1 to 2.9.1 Commits 1fa45fc Prepare release...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
include a rest api to invoke simple admin actions for the user store, this includes, adding, removing inactivating users via rest calls. Note: All these changes will be applied to...