Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Help
- Date: Thu, 1 May 2025 13:50:18 -0500 (CDT)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Help
I think there's a way to tell condor to use a certain user when running
jobs under Windows.
You can use run_as_owner, although that requires additional
configuration:
https://htcondor.readthedocs.io/en/latest/admin-manual/security.html#who-jobs-run-as
https://htcondor.readthedocs.io/en/latest/man-pages/condor_submit.html#run_as_owner
The load_profile option may also be helpful:
https://htcondor.readthedocs.io/en/latest/man-pages/condor_submit.html#load_profile
-- ToddM