Bravura Privilege Client Service configuration
The idarchive
file is used to configure the options for the Bravura Privilege Client Service if installed.
The options are as follows:
cgipath Path used by the Bravura Privilege Client Service when connecting to an Bravura Privilege server via HTTP.
Example:
cgipath = "instance/psw.exe";
defaultgroup The name of the managed system policy that the Bravura Privilege Client Service automatically adds to Bravura Privilege on the initial connection. This is typically the same managed system policy that produced the installation key.
Example:
defaultgroup = "PULL_SVC_GRP";
serverlist A comma separated list of Bravura Privilege servers used by the Bravura Privilege Client Service to obtain user information.
Example:
serverlist = "10.0.0.1, 192.168.1.1";
port Port number used by the Bravura Privilege Client Service when connecting to a Bravura Privilege server via HTTP.
Example:
port = "80";
polltime Interval (in seconds) between update requests to the Bravura Privilege servers. A small value is not recommended since an update request can be a CPU and time intensive process. The default value is set to 3600 seconds.
Example:
polltime = "3600";
HttpTimeout Timeout (in seconds) that should be used when communicating with the Bravura Privilege HTTP service. The default value is set to 300 seconds.
Example:
HttpTimeout = "300";
waittime Wait time (in seconds) to wait after establishing connection to Bravura Privilege Client Service. The default value is set to 60 seconds.
Example:
waittime = "60";