NEC


2.2.1. ユーザアカウントの作成(ssc create user)

ユーザアカウントを作成します。

[構文]

ssc create user UserName [Password] [-permission AuthorityType | -role RoleName | -norole] [-description Description] [ -type Type]

[引数/オプション]

引数/オプション

説明

UserName

(必須)

ユーザ名を指定します。

入力できる文字数は32文字以内です。

使用できる文字は任意の文字列です。

以下の記号は使用することはできません。

* + , / : ; < = > ? ¥ ∣ [ ]

[Password]

パスワードを指定します。

入力できる文字数は8文字以上128文字以下です。

使用できる文字は、スペースを除く半角英数字、および記号です。

-type が "Local" の場合のみ、指定することができます。

[-permission AuthorityType]

権限を指定します。

指定できるユーザの権限は、"Administrator"、"Operator"、"Observer" です。

[-role RoleName]

初期ロールを指定します。

設定対象が、"全リソース/システム" 、あるいは "システム" のロールを指定してください。

[-norole]

ロールを設定しないユーザを作成します。

[-description Description]

ユーザの説明を入力します。

入力できる文字数は128文字以内です。

[-type Type]

認証種別を指定します。

指定できる認証種別は、"Local"、"SystemLDAP" です。

-type を省略した場合、"Local" が指定されます。

[注]

[構文例]

 >ssc create user User01 xxxxxx -permission Administrator
 >ssc create user User01 xxxxxx -role admin-users
 >ssc create user User01 xxxxxx -description "User01 is Administrator."
 >ssc create user User01 -type "SystemLDAP"

[注]