Hi, I am having a really difficult time getting condor_credd to work properly. I followed the basic steps here:
http://ben.versionzero.org/wiki/Condor_Authentication The global condig on my hosts: CREDD_HOST = $(CONDOR_HOST) CREDD_CACHE_LOCALLY = True LOCAL_CREDD = $(CONDOR_HOST) STARTER_ALLOW_RUNAS_OWNER = True ALLOW_CONFIG = <my admin account>@* HOSTALLOW_CONFIG = *.<domain> SEC_CLIENT_AUTHENTICATION_METHODS = NTSSPI, PASSWORD SEC_CONFIG_NEGOTIATION = REQUIRED SEC_CONFIG_AUTHENTICATION = REQUIRED SEC_CONFIG_ENCRYPTION = REQUIRED SEC_CONFIG_INTEGRITY = REQUIRED The local config on my master, has a copy of the condor_config.local.credd found in “etc”. When I run: condor_store_cred add –c and condor_store_cred add –c –n <execution host>
Things come back and say successful. I even tried running locally on the execution host. When I run this command: condor_status -f "%s\t" Name -f "%s\n" ifThenElse(isUndefined(LocalCredd),\"UNDEF\",LocalCredd)
Everything comes back as UNDEF No jobs run with Run_as_owner = true I’m at a loss. Please help Thanks, -Jay |