[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] setting default AUTHENTICATION_METHODS to FS_REMOTE problem




Hi,
       I am tring to use the DAGman -r schedd_name option to submit remote jobs, to realize this funtion ,I need to set  
SEC_DEFAULT_AUTHENTICATION_METHODS = FS_REMOTE
But, however, when I add this setting and reconfig all, the error occurs:
     ERROR: Failed to connect to queue manager test.com
     AUTHENTICATE:1003:Failed to authenticate with any method
     ERROR: condor_submit failed; aborting.
     I searched in google about FS_REMOTE,but nothing too much for this, I also try to add
SEC_DEFAULT_AUTHENTICATION = REQUIRED  to my config file, but when I reconfig the condor,the condor also shows an error:
ERROR
AUTHENTICATE:1003:Failed to authenticate with any method
Can't send Reconfig command to local master
      Does any one have any suggestions about this? Thank you very much!

Tao