js-adduser
The js-adduser
command may be used to add a user to MFT Server.
Usage: js-adduser [-options]
Options:
-d <name> the domain name
-t <name> the template name
-n <name> the user full name
-u <name> the username (login)
-p <password> the account password
-r <path> the user home directory
-a <permissions> the user home directory access permissions [RWOADRLCDLBS]
-e <email> the email address
-g <name> the group
-c <name> company name
-f force exit success if user already exists
-h display this help
If js-adduser
command is run without options then user will be prompted for necessary information.
Note: If you use the template name parameter (-t <name>) and the path parameter (-r <path>), the path parameter set on the template is overridden by the path set using the js-adduser -r <path> parameter, and the permissions assigned to the path are taken from the js-adduser permissions parameter (-a <permissions>).
See also