TMS zl Management and Configuration Guide ST.1.1.100430

A-115
Command-Line Reference
Global Configuration Context
user
This command creates a local database of network users, assigns them a
password, and optionally sets a timeout setting. This way network users can
authenticate to the module without having to use a RADIUS server.
To create (or delete) a user, enter the following command:
Syntax: [no] user web-auth <username> password <password> group <group name>
[inactivity-timeout <seconds>]
Replace <username> with the user’s username.
Replace <password> with the user’s password.
Replace <group name> with the name of the group to which you are assigning
the user.
Replace <seconds> with the number of seconds that the user is permitted to
be inactive. If you do not want to set a timeout for the user, simply omit this
parameter.
user group
This command can be used to create a user group object.
To create (or delete) a user group object, enter the following command:
Syntax: [no] user group <group name>
Replace <group name> with the name of the user group object you are creating.
Note For the group name, you can use up to 14 alphanumeric characters and the
following special characters: space, period, comma, hyphen, (-), exclamation
point (!), dollar sign($), asperand sign (@), asterisk (*), hash sign (#), and
underscore (_).
When creating a group name that includes spaces, you must surround the
group name with quotation marks (“). For example:
ProCurve(tms-module-<slot ID>:config)# user group “it
staff”