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:
Arthur Lu
2023-11-17 19:49:11 +00:00
parent d541062eda
commit 9d6f62b4a3
7 changed files with 232 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
{
"basedn": "dc=example,dc=com"
}