Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] How can I resolve this permission problem?
- Date: Wed, 02 Aug 2017 15:14:15 +0000
- From: Zach Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] How can I resolve this permission problem?
Hello,
I can't comment on the python part, but I did notice a typo in your posted config:
use SECURITY : HOST_BASED
ALOOW_WRITE = *@test-*
ALOOW_READ = *@test-*
Those should say "ALLOW" and not "ALOOW".
Cheers,
-zach