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

Re: [Condor-users] submitting as alternative user



> Is there a way to tell condor through either condor_submit or the submission
> file itself that the user should be something other than the user running
> condor_submit itself?

no.  job submissions are authenticated to prevent users from messing with
other people's jobs or running their code as someone else.

it *is* possible via the condor_config file to map the authenticated user
to a different user, but that doesn't really solve your problem either.

i believe you should use condor's "Accounting Groups." check out section
3.4.6 of the condor manual:

  http://www.cs.wisc.edu/condor/manual/v6.9.3/3_4User_Priorities.html#SECTION00446000000000000000


cheers,
-zach