Removes objects from groups.
tarantella object remove_member { --nameobj
... --membermobj
... } | --filefile
The following table shows the available options for this command.
Option | Description |
---|---|
| Specifies the names of group objects you want to remove members from. |
| Specifies the names of objects you want to remove from the groups. |
| Specifies a file containing a batch of commands to remove group members. |
Make sure you quote any object names containing spaces, for
example, "o=Example"
.
The following example removes the Write-o-Win application from the group Applications.
$ tarantella object remove_member \ --name "o=applications/cn=Applications" \ --member "o=applications/cn=Write-o-Win"
The following example removes the three application server objects rome, brussels, and berlin from the group WinHosts.
$ tarantella object remove_member \ --name "o=appservers/cn=WinHosts" \ --member "o=appservers/ou=Sales/cn=rome" \ "o=appservers/cn=brussels" \ "o=appservers/ou=Marketing/cn=berlin"