You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eXist’s dashboard has a user management but that is currently (5.2) rather buggy. Also, it requires the user to be dba which may not be the case.
If we implement our own user management, we can limit that to the wdbadmin group (with setuid active) and need not use the dashboard. In the end, the dashboard could largely be disabled which is a srcurity plus.
Our own user managment needs
create user
create group
assign user to group
assign project to group or user
This should be done in a RESTful way as it will be used by #382 among others.
The text was updated successfully, but these errors were encountered:
eXist’s dashboard has a user management but that is currently (5.2) rather buggy. Also, it requires the user to be dba which may not be the case.
If we implement our own user management, we can limit that to the wdbadmin group (with setuid active) and need not use the dashboard. In the end, the dashboard could largely be disabled which is a srcurity plus.
Our own user managment needs
This should be done in a RESTful way as it will be used by #382 among others.
The text was updated successfully, but these errors were encountered: