Secure Global Desktop Administration Guide > Commands > The tarantella object new_container command
tarantella object new_container { --name obj } | --file file
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.
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
.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.