Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] condor_rm failing for one user because of credential problem
- Date: Mon, 30 Oct 2006 16:19:39 -0600
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [Condor-users] condor_rm failing for one user because of credential problem
On Mon, Oct 30, 2006 at 04:06:39PM -0600, David A. Kotz wrote:
> Other users can submit and remove jobs. Any
> ideas what might be causing this problem?
my guess is they are somehow invoking a condor_rm that is pre version 6.8.1.
maybe their path is different from normal users, or they have their own
personal installation of condor somewhere?
the FS authentication method was modified for security reasons between 6.8.0
and 6.8.1, and it's not backwards compatible. the old method created a file,
and the new one creates a directory.
here's what tipped be off:
>AUTHENTICATE:1004:Failed to authenticate using FS|FS:1005:Bad attributes on (/tmp/FS_XXXSAH3Uf)
cheers,
-zach