-
-
-
-
-
-
-
-
-
system-user
-
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
system-user
The following operations can be performed on “system-user”:
unbind | unset | show | bind | rm | add | set |
unbind system user
Unbinds a command policy or partition from the system user.
Synopsis
unbind system user
Arguments
userName Name of the user entry from which to unbind the command policy.
policyName Name of the command policy to unbind.
partitionName Name of the Partition to unbind.
unset system user
Resets the specified system user parameters.Refer to the set system user command for meanings of the arguments.
Synopsis
unset system user [-allowedManagementInterface …]
show system user
Displays information about all system users configured on the appliance, or about the specified user.
Synopsis
show system user [
Arguments
userName Name of a system user about whom to display information.
Output
groupName The system group.
policyName The name of command policy.
priority The priority of the policy.
password Password for the system user. Can include any ASCII character.
encrypted hashmethod externalAuth Whether to use external authentication servers for the system user authentication or not
promptString String to display at the command-line prompt. Can consist of letters, numbers, hyphen (-), period (.), hash (#), space ( ), at (@), equal (=), colon (:), underscore (_), and the following variables:
- %u - Will be replaced by the user name.
- %h - Will be replaced by the hostname of the Citrix ADC.
- %t - Will be replaced by the current time in 12-hour format.
- %T - Will be replaced by the current time in 24-hour format.
- %d - Will be replaced by the current date.
- %s - Will be replaced by the state of the Citrix ADC.
Note: The 63-character limit for the length of the string does not apply to the characters that replace the variables.
promptInheritedFrom From where the prompt has been inherited.
timeout CLI session inactivity timeout, in seconds. If Restrictedtimeout argument of system parameter is enabled, Timeout can have values in the range [300-86400] seconds. If Restrictedtimeout argument of system parameter is disabled, Timeout can have values in the range [0, 10-100000000] seconds. Default value is 900 seconds.
timeoutKind From where the timeout has been inherited.
partitionName Name of the Partition to bind to the system user.
logging Users logging privilege
maxsession Maximum number of client connection allowed per user
allowedManagementInterface Allowed Management interfaces to the system user. By default user is allowed from both API and CLI interfaces. If management interface for a user is set to API, then user is not allowed to access NS through CLI. GUI interface will come under API interface
allowedManagementInterfaceKind Value of allowed interface which can be inherited from Global, Group or User.
lastpwdchangetimestamp Timestamp for the last password change for nsroot user
devno count stateflag
bind system user
Binds a command policy or partition to a system user.
Synopsis
bind system user
Arguments
userName Name of the system-user entry to which to bind the command policy.
policyName Name of the command policy to bind to the system user.
priority Integer specifying the priority of the command policy. A lower number specifies a higher priority. Policies are evaluated in the order of their priority numbers. Minimum value: 0 Maximum value: 999999999
partitionName Name of the Partition to bind to the system user.
rm system user
Removes a system user from the appliance.
Synopsis
rm system user
Arguments
userName Name of the system user to remove.
add system user
Adds a new user to the system. Note: You must provide the password after the user name.
Synopsis
add system user
Arguments
userName Name for a user. Must begin with a letter, number, or the underscore (_) character, and must contain only alphanumeric, hyphen (-), period (.), hash (#), space ( ), at (@), equal (=), colon (:), and underscore characters. Cannot be changed after the user is added.
CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “my user” or ‘my user’).
password Password for the system user. Can include any ASCII character.
externalAuth Whether to use external authentication servers for the system user authentication or not
Possible values: ENABLED, DISABLED Default value: ENABLED
promptString String to display at the command-line prompt. Can consist of letters, numbers, hyphen (-), period (.), hash (#), space ( ), at (@), equal (=), colon (:), underscore (_), and the following variables:
- %u - Will be replaced by the user name.
- %h - Will be replaced by the hostname of the Citrix ADC.
- %t - Will be replaced by the current time in 12-hour format.
- %T - Will be replaced by the current time in 24-hour format.
- %d - Will be replaced by the current date.
- %s - Will be replaced by the state of the Citrix ADC.
Note: The 63-character limit for the length of the string does not apply to the characters that replace the variables.
timeout CLI session inactivity timeout, in seconds. If Restrictedtimeout argument of system parameter is enabled, Timeout can have values in the range [300-86400] seconds. If Restrictedtimeout argument of system parameter is disabled, Timeout can have values in the range [0, 10-100000000] seconds. Default value is 900 seconds.
logging Users logging privilege
Possible values: ENABLED, DISABLED Default value: DISABLED
maxsession Maximum number of client connection allowed per user Minimum value: 1 Maximum value: 40
allowedManagementInterface Allowed Management interfaces to the system user. By default user is allowed from both API and CLI interfaces. If management interface for a user is set to API, then user is not allowed to access NS through CLI. GUI interface will come under API interface Default value: NS_INTERFACE_ALL
set system user
Modifies the specified parameters of a system-user entry.
Synopsis
set system user
Arguments
userName Name of the system-user entry to modify.
password Password for the system user. Can include any ASCII character.
externalAuth Whether to use external authentication servers for the system user authentication or not
Possible values: ENABLED, DISABLED Default value: ENABLED
promptString String to display at the command-line prompt. Can consist of letters, numbers, hyphen (-), period (.), hash (#), space ( ), at (@), equal (=), colon (:), underscore (_), and the following variables:
- %u - Will be replaced by the user name.
- %h - Will be replaced by the hostname of the Citrix ADC.
- %t - Will be replaced by the current time in 12-hour format.
- %T - Will be replaced by the current time in 24-hour format.
- %d - Will be replaced by the current date.
- %s - Will be replaced by the state of the Citrix ADC.
Note: The 63-character limit for the length of the string does not apply to the characters that replace the variables.
timeout CLI session inactivity timeout, in seconds. If Restrictedtimeout argument of system parameter is enabled, Timeout can have values in the range [300-86400] seconds. If Restrictedtimeout argument of system parameter is disabled, Timeout can have values in the range [0, 10-100000000] seconds. Default value is 900 seconds.
logging Users logging privilege
Possible values: ENABLED, DISABLED Default value: DISABLED
maxsession Maximum number of client connection allowed per user Minimum value: 1 Maximum value: 40
allowedManagementInterface Allowed Management interfaces to the system user. By default user is allowed from both API and CLI interfaces. If management interface for a user is set to API, then user is not allowed to access NS through CLI. GUI interface will come under API interface Default value: NS_INTERFACE_ALL
Share
Share
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.