DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Add effective_user parameter to UserServerCommands #126

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

The user -> server commands need to verify that the effective user has permission to carry out the request. The server command handler should therefore give this effective user to the command (we need to add a new parameter to the execute() method)