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

Re: [Condor-users] problems with credd



> 5/10 14:46:36 DaemonCore: PERMISSION DENIED to condor_pool@xxxxxxx from host
> <132.225.62.121:4381> for command 81099 (CREDD_GET_PASSWD)

it must be a problem with one of your ALLOW_ expressions.  i just noticed
this in one of your previous emails:

# Only honor password fetch requests to the trusted "condor_pool" user
CREDD.ALLOW_DAEMON = condor_pool@($UID_DOMAIN)

that contains a typo--you want $(UID_DOMAIN), not ($UID_DOMAIN).  (note
the placement of the dollar sign.)  maybe that is the problem?


cheers,
-zach