Secure Global Desktop 4.31 Administration Guide > Commands > The tarantella object remove_member command
tarantella object remove_member { --name obj... --member mobj... } | --file file
Removes objects from groups.
Argument | Description |
---|---|
--name obj... |
Specifies the TFN names of group objects you want to remove members from. |
--member mobj... |
Specifies the TFN names of objects you want to remove from the groups. |
--file file |
Specifies a file containing a batch of commands to remove group members. |
Note Make sure you quote any object names containing spaces, for example ".../_ens/o=Indigo Insurance".
tarantella object remove_member \ --name ".../_ens/o=Indigo Insurance/cn=Applications" \ --member ".../_ens/o=Indigo Insurance/cn=Write-o-Win"
Removes the Write-o-Win application from the group Applications.
tarantella object remove_member \ --name ".../_ens/o=Indigo Insurance/cn=WinHosts" \ --member ".../_ens/o=Indigo Insurance/ou=Sales/cn=rome" \ ".../_ens/o=Indigo Insurance/cn=brussels" \ ".../_ens/o=Indigo Insurance/ou=Marketing/cn=berlin"
Removes the three host objects rome, brussels and berlin from the group WinHosts.
Copyright © 1997-2007 Sun Microsystems, Inc. All rights reserved.