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

Re: [HTCondor-users] setgroup feature for startd



That sounds like a fairly simple feature to add. Whoâs deciding the group name in your case? The job owner or the EP admin?
 
 - Jaime

> On Feb 10, 2023, at 4:17 AM, Beyer, Christoph <christoph.beyer@xxxxxxx> wrote:
> 
> Hi,
> 
> in Cuneo we discussed a little bit the necessity of wrappers and the fact that they shall be damned ;) 
> 
> I checked my wrapper and the most important thing right now that is does is performing an 'sg' to to change the default group of the user to what he or she opted for - we do pretty much: 
> 
> exec sg $GROUP "$0 $COMMAND $*" 
> 
> If I remeber it right a 'sg-feature' in HTCS would not be too elaborate to implement ? 
> 
> Best
> christoph