TIBCO Spotfire® Server and Environment - Installation and Administration

import-users

Imports users to the user directory.

import-users 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value] 
[-i <true|false> | --include-passwords=<true|false>] 
[-h <true|false> | --hash-passwords=<true|false>] 
[-g <true|false> | --include-guids=<true|false>] 
[-n <true|false> | --has-name-row=<true|false>] 
[import file]

Overview

Use this command to import all users in a given file to the user directory. The users can be imported with or without passwords.

Options

Option Optional or Required Default Value Description
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-t value
--tool-password=value
Optional none The configuration tool password used to decrypt the database password in the file bootstrap.xml. If the tool password is omitted, the command prompts the user for it in the console. Refer to Bootstrap.xml file.
-i <true|false>
--include-passwords=<true|false>
Optional false Indicates whether passwords in the file should be included.
-h <true|false>
--hash-passwords=<true|false>
Optional false Indicates whether the included passwords should be hashed during import. Should be false if the users have previously been exported from a Spotfire Server because those passwords are already hashed.
-g <true|false>
--include-guids=<true|false>
Optional false Indicates whether the globally unique identifiers (GUIDs) in the file should be included.
-n <true|false>
--has-name-row=<true|false>
Optional false Indicates whether the file contains a name row. Applicable only when the file is in plain CSV format because the Spotfire Text Data Format (STDF) always has a name row.
[import file]
Optional users.txt The path to the file to import.