The newuser
command creates a new Trillium-authenticated user and gives
the user access to the repositories you specify. Make a note of the user names you are
creating, along with the passwords and repository to which each user has access.
Syntax
newuser name <username> password <password> metabases {<repository1 repository2>}
where
name <username> |
Logon ID for the new user. |
password <password> |
Password you are assigning to the new user. |
metabases {<repository1 repository2>} |
Repositories to which this user will have access. Separate multiple repositories with a space and enclose them in curly braces, as shown. If you want to give the new user access to all repositories, use an * as the argument. |
Examples
newuser name joey password abc123 metabases {demo accounts}
newuser name joey password abc123 metabases *