Secure Global Desktop 4.31 管理者ガイド
> コマンド
> tarantella object new_orgunit コマンド
tarantella object new_orgunit { --name obj [ --description text ] [ --webtop theme_name ] [ --inherit true|false ] [ --conntype type_spec... ] [ --cdm drive_spec... ] [ --userprintingconfig 1|0 ] [ --mapprinters 2|1|0 ] [ --pdfenabled 1|0 ] [ --pdfviewerenabled 1|0 ] [ --pdfdriver driver_name ] [ --pdfisdefault 1|0 ] [ --pdfviewerisdefault 1|0 ] [ --links obj... ] [ --editprofile 2|1|0 ] [ --clipboard 2|1|0 ] [ --serialport 2|1|0 ] } | --file file
1 つ以上の組織単位 (OU) オブジェクトを作成します。
複数のオブジェクトを一括で作成するには、--file
オプションを使用します。他のオプションは、1 つのオブジェクトを作成する場合に使用します。
tarantella object new_orgunit \ --name ".../_ens/o=Indigo Insurance/ou=IT" \ --inherit true \ --conntype '*:*:SSL'
新規 OU オブジェクトを IT
という名前で作成し、組織オブジェクト Indigo Insurance
に所属させます (所属先は既存のオブジェクトでなければなりません)。この OU は、親 (組織オブジェクト) から Webtop コンテンツを継承します。OU 内のすべてのユーザーは、人物オブジェクトに別の接続タイプが設定されていないかぎり、セキュア (SSL ベース) 接続を使用します。
tarantella object new_orgunit --file - <<EOF --name ".../_ens/o=Indigo Insurance/ou=IT" --name ".../_ens/o=Indigo Insurance/ou=Finance" --name ".../_ens/o=Indigo Insurance/ou=Finance/ou=Administration" EOF
「標準入力」で入力したバッチスクリプトを使って、3 つの OU オブジェクトを作成します。OU Administration
は、このコマンドで作成された OU Finance
のメンバーになります。標準入力の代わりに、バッチスクリプトをファイルに保存し、--file filename
を使って参照することもできます。
Copyright © 1997-2006 Sun Microsystems, Inc. All rights reserved.