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

Re: [Condor-users] Setting Condor Job Owner in Windows




Here is another idea that is much easier:

In your condor_config file on your submit machine, set the following to tell Condor to not authenticate users who submit to the queue:
   QUEUE_ALL_USERS_TRUSTED = True

Then do a condor_reconfig.

Now, in your submit file, you can set Owner as follows:

  +Owner = "diane"
  executable = ....
  universe = vanilla
  queue

Note the double quotes and the + sign in front of Owner.

Voila - you can now submit jobs as any owner you want. BTW, this would work on Windows or Unix. BUT --- realize the incredible security implications of setting QUEUE_ALL_USERS_TRUSTED to True - you had better carefully restrict who can access the schedd on your submit machine!!

--
Todd Tannenbaum                       University of Wisconsin-Madison
Condor Project Research               Department of Computer Sciences