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

Re: [Condor-users] PASSWORD authentication problem



Dr Ian C. Smith wrote:
Operation failed.
    Make sure you have CONFIG access to the target Master.

You'll want to make sure that whatever machine you are running the condor_store_cred command from is in the HOSTALLOW_CONFIG macro (I'm assuming you are using host-based security here.)

If the account you are using is common across all the machines in your pool, you should be able to set HOSTALLOW_CONFIG to your central manager
hostname, and then use:

condor_store_cred -c -n hostX.domain.com add

from the CM to set any machine's pool password. The password will be encrypted and sent to the destination machine.

Greg