Secure Global Desktop Administration Guide > Commands > The tarantella object new_container command

The tarantella object new_container command

Syntax

tarantella object new_container { --name obj
                                } | --file file

Description

Creates one or more Active Directory container objects.

To batch-create multiple objects, use the --file option. Use the other options to create a single object.

Examples

tarantella object new_container \
  --name ".../_ens/dc=com/dc=indigo-insurance/cn=Users"

Creates a new Active Directory container object with name Users, within the indigo-insurance.com domain components.

tarantella object new_container --file - <<EOF
  --name ".../_ens/dc=com/dc=indigo-insurance/cn=Users"
  --name ".../_ens/dc=com/dc=indigo-insurance/cn=Applications"
EOF

Creates two Active Directory container objects using a batch script defined as a "here-document". You could alternatively store the batch script in a file, and reference it using --file filename.

Related topics