fix utils.js,

implement getAllUsers/getAllGroups in backends,
add paasldap realm config option
This commit is contained in:
2024-07-15 19:14:03 +00:00
parent 3b81bd20ea
commit 9f6b03db32
4 changed files with 86 additions and 20 deletions

View File

@@ -25,7 +25,8 @@
"paasldap": {
"import": "paasldap.js",
"config": {
"url": "http://paasldap.mydomain.example"
"url": "http://paasldap.mydomain.example",
"realm": "ldap"
}
}
},