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

The tarantella object new_org command

Syntax

tarantella object new_org {
   --name obj
   --webtop theme_name
 [ --description text ]
 [ --conntype type_spec... ]
 [ --cdm drive_spec... ]
 [ --userprintingconfig true|false ]
 [ --mapprinters 0|1|2 ]
 [ --pdfenabled true|false ]
 [ --pdfviewerenabled true|false ]
 [ --pdfdriver driver_name ]
 [ --pdfprompt true|false ]
 [ --pdfisdefault true|false ]
 [ --pdfviewerisdefault true|false ]
 [ --links obj... ]
 } | --file file

Description

Creates one or more organization (O) objects.

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

Examples

tarantella object new_org \
  --name ".../_ens/o=Indigo Insurance" \
  --webtop "sco/tta/standard"
  --conntype '*:*:SSL'

Creates a new organization object with name Indigo Insurance. All users in the organization use the sco/tta/standard webtop theme unless the OU or person objects are configured to use a different theme. Connections for all users in the organization will be secure (SSL-based) unless the OU or person objects are configured to give a different type of connection.

tarantella object new_org --file - <<EOF
  --name ".../_ens/o=Indigo Insurance"
  --name ".../_ens/o=Indigo Insurance Services"
EOF

Creates two organization 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