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

Re: [Condor-users] user based authorization not working



On Mon, Feb 13, 2006 at 02:55:16PM +0000, Dr Ian C. Smith wrote:
> Hi,
> 
> I'm having problems setting up user based
> authorization in my Condor pool although host/IP
> based authorization works fine. I have
> a UNIX based master, a separate UNIX submit
> host and several windows execution hosts.

user based authorization requires that the users authenticate.  what method of
authentication are you using?

also, you should know that there are currently no "REAL" methods of
authentication in common between windows and unix platforms, which is likely
changing in the next developer release (windows will finally support kerberos
and SSL).

(the CLAIMTOBE method is supported by both, but this method of authentication
 is really for testing purposes since it provides no real security)


cheers,
-zach