CounterPath Bria Professional 2.5 Provisioning Guide User Manual

Page 11

Advertising
background image

7

Example

[DATA]

This section contains the response to requests:

Success=<value>, a boolean. This data is required.

Failure=<message>, which is optional if the success is 0. For login, the string you enter here will be displayed
in the Login dialog.

[SETTINGS]

This section contains settings to be written to persistent memory. The values will be used immediately.

At shutdown, these settings will be written to the local settings file on the Bria Professional computer.

[##MEMORY##]

This section contains settings to be written to non-persistent memory. The values will be used immediately, but
only for the current session.

At shutdown, these settings will not be written to the local settings file.

CRLF

The response must end with a CRLF. If this is missing, the last line of the response is ignored.

Handling and Encryption of Passwords

All “password” settings in any domain/section are handled as follows:

Bria Professional does not interpret passwords in any way, so the value the login server passes to Bria
Professional can be encrypted.

Bria Professional encrypts the value before storing it, regardless of whether or not it is already encrypted.
When a stored value is read in order to pass it to the login server, it is first decrypted.

When a password that the user has been entered into a dialog is then passed to the login server, Bria
Professional does not encrypt the value.

[DATA]
Success=1
[SETTINGS]
proxies:proxy0:display_name="kokila"
proxies:proxy0:enabled="1"
proxies:proxy0:username="kpereira"
proxies:proxy0:password="dfher43d89dhferuieo98375uy8”
proxies:proxy0:domain="domainA.com"

Advertising