Scroll to navigation

SXACL-USERADD(1) Skylable SX Manual SXACL-USERADD(1)

NAME

sxacl-useradd - create a new user

SYNOPSIS

sxacl useradd [OPTIONS] <username> sx://[profile@]cluster

DESCRIPTION

sxacl useradd adds a new user to a Skylable SX cluster. By default, a regular user will be created. Only cluster administrators can create new users.

OPTIONS

Print help and exit
Print help, including hidden options, and exit
Print version and exit
User type. Accepted values are "admin" and "normal" (default).
Set the optional description of this user.
Set total quota for all volumes owned by this user (allows K,M,G,T suffixes). The user will not be able to store more data than this limit across all of the volumes it owns.
Store authentication key in a given file (instead of printing it).
Automatically generate a new key based on a random data instead of a password.
Disable additional information and only print the automatically generated authentication key.
By default, the authentication key is automatically generated for the new user. With this option one can force the use of an old key (obtained with sxacl-usergetkey(1)), when recreating the user on a new or another cluster. Only a key that was previously generated for the same username will be accepted.
Path to the SX configuration directory (default: ~/.sx)
Enable debug messages.

EXAMPLES

To add the user 'joe' to the cluster run:
sxacl useradd joe sx://admin@cluster

SEE ALSO

sxacl-usermod(1), sxacl-usernewkey(1), sxacl-usergetkey(1), sxacl-userlist(1), sxacl-userdel(1), sxinit(1)

September 2014 sxacl 2.0