Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] authorization troubles
- Date: Tue, 22 Jul 2014 13:31:59 +0200
- From: Pek Daniel <pekdaniel@xxxxxxxxx>
- Subject: [HTCondor-users] authorization troubles
Hi,
Something is wrong in my authorization rule, and can't figure out what:
SCHEDD.ALLOW_WRITE = *@foo.bar/*.foo.bar
then I get this:
PERMISSION DENIED to condor@xxxxxxx/bla.foo.bar from host
xxx.xxx.xxx.xxx for command 1112 (QMGMT_WRITE_CMD), access level
WRITE: reason: cached result for WRITE; see first case for the full
reason
then I change the rule:
SCHEDD.ALLOW_WRITE = *@*/*.foo.bar # omitting the @foo.bar part
And tadaam, it works.
Can somebody explain why *@*/*.foo.bar matches
condor@xxxxxxx/bla.foo.bar, but *@foo.bar/*.foo.bar doesn't?
Thanks,
Daniel