We run an all-Windows 7x64 HTC pool. I want to remove all the security stuff; what's the best way? I gave it a try via:
All machines' condor_config (only changes shown):
SEC_CONFIG_NEGOTIATION = NONEÂ # these were all REQUIRED
SEC_CONFIG_AUTHENTICATION = NONE
SEC_CONFIG_ENCRYPTION = NONE
SEC_CONFIG_INTEGRITY = NONE
CM's condor_config:
# Set security settings so that full security to the credd is NOT REQUIRED
CREDD.SEC_DEFAULT_AUTHENTICATION =NONE # these were all REQUIRED
CREDD.SEC_DEFAULT_ENCRYPTION = NONE
CREDD.SEC_DEFAULT_INTEGRITY = NONE
CREDD.SEC_DEFAULT_NEGOTIATION = NONE
However I get complaints e.g. CredLog:
07/21/14 21:27:37 PERMISSION DENIED to unauthenticated@unmapped from host 10.159.20.142 for command 81100 (CREDD_NOP), access level DAEMON: reason: DAEMON authorization policy contains no matching ALLOW entry for this request; identifiers used for this host: 10.159.20.142,
BDOMO-024.ad.water.ca.gov, hostname size = 1, original ip address = 10.159.20.142
07/21/14 21:28:41 IPVERIFY: checking BDOMO-005 against 10.159.20.114
07/21/14 21:28:41 IPVERIFY: matched 10.159.20.114 to 10.159.20.114
07/21/14 21:28:41 IPVERIFY: ip found is 1
07/21/14 21:28:41 PERMISSION DENIED to unauthenticated@unmapped from host 10.159.20.114 for command 81099 (CREDD_GET_PASSWD), access level DAEMON: reason: DAEMON authorization policy contains no matching ALLOW entry for this request; identifiers used for this host: 10.159.20.114,BDOMO-005, hostname size = 1, original ip address = 10.159.20.114