Public Hi everyone, Do someone know why QUEUE_SUPER_USERS does not work in condor version 23.4.0 on Windows ?
I have a lab environment with a single machine that has all the roles, config file has all the roles obviously (MASTER COLLECTOR NEGOTIATOR CREDD SCHEDD STARTD) I am not able to kill jobs as administrator, only the user that has created the job can kill it. condor_pool password has been added. Administrator password has been added. a test user password has been added too. QUEUE_SUPER_USERS = condor, SYSTEM, administrator@*, administrator@mydomain,
administrator@xxxxxxxxxxxx CREDD.SEC_DEFAULT_AUTHENTICATION_METHODS = NTSSPI, PASSWORD I have the following result in SchedLog file when trying to killing a job with the administrator user:
03/12/24 15:20:05 SharedPort PipeListenerHelper got messages from Listener thread: 15:20:05.782 SharedPortEndpoint: Pipe connected and pid 1352 sent 03/12/24 15:20:05 SharedPortEndpoint: Entered DoListenerAccept Win32 path. 03/12/24 15:20:05 sspi_server_auth() entered 03/12/24 15:20:05 sspi_server_auth() looping 03/12/24 15:20:05 sspi_server_auth(): user name is: "Administrator" 03/12/24 15:20:05 sspi_server_auth(): domain name is: "MYDOMAIN" 03/12/24 15:20:05 sspi_server_auth() exiting 03/12/24 15:20:05 QMGT command failed: anonymous user not permitted I can post the whole config file in a future reply if needed. Thank You. Francis MB |