Secure Global Desktop 4.31 管理者ガイド
> コマンド
> tarantella object new_container コマンド
tarantella object new_container { --name obj } | --file file
1 つ以上の Active Directory コンテナオブジェクトを作成します。
複数のオブジェクトを一括で作成するには、--file
オプションを使用します。他のオプションは、1 つのオブジェクトを作成する場合に使用します。
tarantella object new_container \ --name ".../_ens/dc=com/dc=indigo-insurance/cn=Users"
新規 Active Directory コンテナオブジェクトを Users
という名前で、indigo-insurance.com ドメインコンポーネント内に作成します。
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
「標準入力」で入力したバッチスクリプトを使って、2 つの Active Directory コンテナオブジェクトを作成します。標準入力の代わりに、バッチスクリプトをファイルに保存し、--file filename
を使って参照することもできます。
Copyright © 1997-2006 Sun Microsystems, Inc. All rights reserved.