Add the following lines to enable the pool password method in the condor_config file:
{code}
SEC_PASSWORD_FILE = /etc/condor/condor_pool_password
+SEC_DAEMON_INTEGRITY = REQUIRED
SEC_DAEMON_AUTHENTICATION = REQUIRED
SEC_DAEMON_AUTHENTICATION_METHODS = PASSWORD
SEC_CLIENT_AUTHENTICATION_METHODS = FS, PASSWORD
@@ -32,6 +33,7 @@
Add the following lines to enable the pool password method in the condor_config file:
{code}
+SEC_DAEMON_INTEGRITY = REQUIRED
SEC_DAEMON_AUTHENTICATION = REQUIRED
SEC_DAEMON_AUTHENTICATION_METHODS = PASSWORD
SEC_CLIENT_AUTHENTICATION_METHODS = NTSSPI, PASSWORD