Create and update users from external ldap

This commit is contained in:
Johannes Zellner
2019-08-29 22:15:48 +02:00
parent 4b86311ab9
commit b823213c94
4 changed files with 32 additions and 8 deletions
+1
View File
@@ -5,6 +5,7 @@ exports = module.exports = {
HEALTH_MONITOR: { userId: null, username: 'healthmonitor' },
SYSADMIN: { userId: null, username: 'sysadmin' },
APP_TASK: { userId: null, username: 'apptask' },
EXTERNAL_LDAP_TASK: { userId: null, username: 'externalldap' },
fromRequest: fromRequest
};