fix openldap init script paas user token saving,

add config file with BASE_DN,
add async wrapper class for ldap client,
implement addUser getUser delUser,
add and implement addGroup delGroup methods
This commit is contained in:
2023-11-17 19:49:11 +00:00
parent 0896ea4c81
commit 10116da900
7 changed files with 232 additions and 31 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
**/package-lock.json
**/node_modules
**/*.token
**/*.token
**/config.json