HTCondor will attempt KERBEROS authentication if the more typical authentication methods (FS, IDTOKENS) fail.
It looks like you havenât set up strong authentication between your HTCondor machines. I recommend using IDTOKENS.
Before you set that up, Iâd like to know how your configuration ended up with an IP address for TRUST_DOMAIN. Normally, itâs a hostname by default. Can you run the following command and post the output?
condor_config_val -v FULL_HOSTNAME UID_DOMAIN TRUST_DOMAIN
- Jaime
|