|
Description
The ccollab login command verifies and/or changes the connection to the server.
Command Line Syntax:
ccollab [global-options] login [<url>] [<user>] [<password>] [<server-proxy-host>] [<server-proxy-port>]
Command Options
Option
|
Required?
|
Description
|
<url>
|
No
|
New URL to server
|
<user>
|
No
|
New username
|
<password>
|
No
|
New password or login ticket. When single sign-on authentication is disabled, specify password. When single sign-on authentication is enabled, specify login ticket instead.
|
<server-proxy-host>
|
No
|
New proxy server URL
|
<server-proxy-port>
|
No
|
New proxy server port
|
Remarks:
| • | If no arguments are specified, this command will first try to use the existing configuration to connect to the Collaborator Server. |
| • | If the url, user, or password arguments are not specified, the user will be prompted to supply the necessary configuration information. |
| • | If the new configuration settings result in a valid connection to a Collaborator Server, they will be saved to the configuration file. |
| • | If Collaborator is running within a Docker container and is configured to use LDAP authentication, it is needed to specify the URL in the com.smartbear.ccollab.client.txt configuration file and then run the 'ccollab login' command. |
|