Please contact me directly and we can discuss options. This likely has nothing to do with authentication per-se. (authentication is proving who you are - and the nobody user is by definition not an actual user) Currently HTCondor will always create a 'nobody' user on the execute node and run the job as that user unless the job has run_as_owner=TRUE. The nobody user only needs to have access to the files in the execute directory on the execute node. That temporary users will own the files while the job is running, and it will be disabled as soon as the job exits and the results are transferred back. We create one 'nobody' user for each slot so that they slots dont have access to each other's files. -tj On 7/29/2015 11:01 AM, Michael Fienen
wrote:
Hi HTCondor peoples |