DistributedTaskScheduling / JobAdder

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

Admin jobs are assigned uids `rootXXX` #168

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

The issue is that for these, we set the owner to 0 since this is the effective user value indicating admin ownership. To fix, the owner id should be set in the user CLI.

This is low priority though.