Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Windows and linux authentication issue
- Date: Mon, 28 Feb 2011 15:40:18 +0100
- From: Horvátth Szabolcs <szabolcs@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Windows and linux authentication issue
Finally I managed disabling authentication when submitting a job and post the solution for the records.
Disabling authentication did not work because I added the SEC_DEFAULT_AUTHENTICATION_METHODS attribute to the local config file.
Although the command "condor_config_val -n condormaster SEC_DEFAULT_AUTHENTICATION_METHODS" returned the proper "CLAIMTOBE" value,
it did not have any effect until I moved it to the condor_config file. This simple modification allowed the windows submitter to connect the scheduler and add the job to the queue.
Cheers,
Szabolcs