Home > |
---|
Add a RADIUS-authenticated user. This command adds a new administrative lunash (command line) user. This command is available only to the ‘admin’ account. Administrative users' names can be a single character or as many as 128 characters, chosen from letters a-z, or A-Z, numbers 0-9, the dash, the dot, or the underscore. No spaces.
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._
After the new, named administrative user is created, it can authenticate via RADIUS only. The newly-created administrative user cannot do anything in LunaSH until the 'admin' assigns it a role with the user role add command.
user radiusadd -username <username>
Parameter | Shortcut | Description |
---|---|---|
-username | -u | Specifies the user name of the user to add. |
lunash:> user radiusadd -u smith
Stopping sshd: [ OK ]
Starting sshd: [ OK ]
Command Result : 0 (Success)