A SERVICE OF

logo

Milestone XProtect Smart Client 3.0; Users Manual
www.milestonesys.com Page 49 Further Configuration
ServerAddress
Refers to the URL of the Image Server. The following example would show the Smart Clients login
dialog with http://ourserver in the dialogs Server address field:
Client.exe -ServerAddress "http://ourserver"
Keep in mind that the Smart Clients default authentication type is Windows authentication (current
user). Unless you change this, through using the AutheticationType parameter (described in the
following), the login dialog will look like this from the users point of view, i.e. automatically
displaying the name of the current Windows user in the User name field:
UserName
Refers to a specific user name. The following example would show the Smart Clients login dialog
with http://ourserver in the dialogs Server address field, and Tommy in the dialogs User name
field:
Client.exe -ServerAddress "http://ourserver" -UserName "Tommy"
Note: The UserName parameter is relevant only for the authentication methods Windows
authentication and Basic authentication. You use the AuthenticationType parameter (described in
the following) to control which authentication method to use.
Password
Refers to a specific password. The following example would show the Smart Clients login dialog
with http://ourserver in the dialogs Server address field, Tommy in the dialogs User name field,
and T0mMy5Pa55w0rD in the dialogs Password field:
Client.exe -ServerAddress "http://ourserver" -UserName "Tommy" -Password
"T0mMy5Pa55w0rD"
Note: The Password parameter is only relevant if using the authentication methods Windows
authentication and Basic authentication. You use the AuthenticationType parameter (described in
the following) to control which authentication method to use.
AuthenticationType
Refers to one of Smart Clients three possible authentication methods: WindowsDefault (called
Windows authentication (current user) in the login dialog), Windows (called Windows
authentication in the login dialog), or Simple (called Basic authentication in the login dialog).
The following example would show the Smart Clients login dialog with http://ourserver in the
dialogs Server address field, Basic authentication selected in the dialogs Authentication field,
Tommy in the dialogs User name field, and T0mMy5Pa55w0rD (masked by asterisks) in the
dialogs Password field: