Mailing List Archives
	Authenticated access
	
	
     | 
    
	 
	 
     | 
    
	
	 
     | 
  
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] QUEUE_SUPER_USERS value format
- Date: Fri, 7 Nov 2014 10:31:55 -0600
 
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
 
- Subject: Re: [HTCondor-users] QUEUE_SUPER_USERS value format
 
On Fri, Nov 07, 2014 at 04:32:35PM +0100, Pek Daniel wrote:
> Hi,
> 
> The QUEUE_SUPER_USERS command for some reason doesn't seem to follow
> the convention of fully qualified usernames.
That is correct.  It's not operating on the same "canonical" names that the
ALLOW_* security mechanisms are.  It's essentailly the same as the "Owner"
attribute of a job, which is just a simple username.
Cheers,
=-zach