Hi, 

I failed to edit group memberships via cli. ENV at end of mail.

1. check who is member of a group -- so far, everything work as aspected

       w...@host ~ $ rt show group/mygroup
         id: group/116
         Name: mygroup
         Description: mygroup
       
       Members: Member 1 <[email protected]>,
                Member 2 <[email protected]>,
                ... 
                Member 20 <[email protected]>

2. add a member (already existing and privileged user)
   I didn't find information how to define the new user
      mail address: [email protected]
        or
      id:           12345
        or
      as listed:    New Member <[email protected]>
   
   all of them are acceptet but non of them work.
    

       w...@host ~ $ rt edit group/mygroup add [email protected]
         id: group/116
         Name: mygroup
         Description: mygroup
       
       Members: Member 1 <[email protected]>,
                Member 2 <[email protected]>,
                ... 
                Member 20 <[email protected]>,
                [email protected]

    so at the moment this looks quit ok, but after check with 
       w...@host ~ $ rt show group/mygroup
    the new member is not added. Same If I try to define by uid.
    e.g. I'm able to edit "privileged" state of a user via cli.


Did I use the syntax correct?
How to define the user (not /user/ID but user to add to members) ?
Is there a known bug? (didn't find anythink)?

ENV: Debian rt 3.8.8

Best Wulf++


RT Training in Washington DC, USA on Oct 25 & 26 2010
Last one this year -- Learn how to get the most out of RT!

Reply via email to