Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Cheating on QUEUE_SUPER_USERS
- Date: Mon, 13 Apr 2026 10:08:37 -0500
- From: Greg Thain <gthain@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Cheating on QUEUE_SUPER_USERS
On 4/11/26 01:59, CMV wrote:
Is there any way that I can cheat and make some accounts appear (to
the QUEUE_SUPER_USERS mechanism) as if they submitted jobs in the past
without actually doing it? Maybe manually add them to some accounting
files or something in that line?
Yes, you can manually add user accounts with the condor_qusers -add command:
https://htcondor.readthedocs.io/en/latest/man-pages/condor_qusers.html
-greg