Secure Global Desktop 4.31 管理者ガイド
> コマンド
> tarantella object new_person コマンド
tarantella object new_person { --name obj --surname surname [ --description text ] [ --user user ] [ --email name@domain ] [ --preflocale ll-tt ] [ --ntdomain dom ] [ --webtop theme_name ] [ --inherit true|false ] [ --shared true|false ] [ --enabled true|false ] [ --conntype type_spec... ] [ --cdm drive_spec... ] [ --keymap keymap ] [ --bandwidth limit ] [ --links obj... ] [ --userprintingconfig 1|0 ] [ --mapprinters 2|1|0 ] [ --pdfenabled 1|0 ] [ --pdfviewerenabled 1|0 ] [ --pdfdriver driver_name ] [ --pdfisdefault 1|0 ] [ --pdfviewerisdefault 1|0 ] [ --editprofile 2|1|0 ] [ --clipboard 2|1|0 ] [ --serialport 2|1|0 ] } | --file file
1 つ以上の人物オブジェクトを作成します。
複数のオブジェクトを一括で作成するには、--file
オプションを使用します。他のオプションは、1 つのオブジェクトを作成する場合に使用します。
tarantella object new_person \ --name ".../_ens/o=Indigo Insurance/cn=Indigo Jones" \ --surname Jones \ --user indigo \ --email indigo@indigo-insurance.com \ --inherit true \ --conntype '*:*:SSL'
Indigo Jones 用の新規人物オブジェクトを作成します。Indigo は組織オブジェクトから Webtop コンテンツを継承し、セキュア (SSL ベース) 接続を使用します。
tarantella object new_person --file - <<EOF --name ".../_ens/o=Indigo Insurance/cn=Indigo Jones" --surname Jones --name ".../_ens/o=Indigo Insurance/ou=IT/cn=Bill Orange" --surname Orange --name ".../_ens/o=Indigo Insurance/ou=Finance/cn=Mulan Rouge" --surname Rouge EOF
「標準入力」で入力したバッチスクリプトを使って、3 つの人物オブジェクトを作成します。標準入力の代わりに、バッチスクリプトをファイルに保存し、--file filename
を使って参照することもできます。
Copyright © 1997-2006 Sun Microsystems, Inc. All rights reserved.