[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] run all jobs as nobody?



On 10/23/19 3:38 PM, Dimitri Maziuk via HTCondor-users wrote:
Hi everyone,

is there an easy way to tell a worker node to run all jobs as nobody?


Try setting UID_DOMAIN = $(FULL_HOSTNAME)

in the worker node config file, assuming you don't already have slot users set up.


-greg