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

Re: [Condor-users] PASSWORD authentication problem



Dr Ian C. Smith wrote:
7/20 10:46:42 DaemonCore: PERMISSION DENIED to unknown user from host
<138.253.1 03.161:4300> for command 497 (STORE_POOL_CRED)

Ah, I think I see the problem. You are not being authenticated (hence the "unknown user") to the master. Try using

SEC_DEFAULT_AUTHENTICATION = REQUIRED

or at least

MASTER.SEC_DEFAULT_AUTHENTICATION = REQUIRED

Greg