Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

 

 (lightbulb) This information is written in English only

 

A proxy server handles client requests for resources. A proxy can return a requested resource from the cache or forwarding the request to the server where the resource is located. Especially in corporate environments, proxies can improve network performance by reducing the number of requests sent to remote servers. Proxies can also be used to restrict access to resources.

 

In a Windows / Internet Explorer environment, there is a proxy server configuration in Internet Options> Connections> LAN Settings> Proxy server.

For Windows / Internet Explorer configuration to be used, the BAM-client must be configured to use standard proxy settings. This is done in the configuration files (both LraClient.exe.config and ConfigurationApplication.exe.config) located in the installation folder.

There you will find the proxy item in the default proxy in configuration section system.net part of the group:

<configuration>

  <system.net>

    <defaultProxy enabled="true">

      <proxy usesystemdefault="True"/>

    </defaultProxy>

  </system.net>

</configuration>

 

You can also use this configuration to set specific authorization to be used by BAM. This can be appropriate if Windows / Internet Explorer proxy configuration is absent or needs different settings.
The following code example uses the default settings from Internet Explorer proxy, specifies the proxy address, and bypasses the proxy for local access.

<configuration>

  <system.net>

    <defaultProxy enabled="true">

      <proxy usesystemdefault="True" proxyaddress =" http://proxy.address.com:3128"  bypassonlocal ="True" />

    </defaultProxy>

  </system.net>

</configuration>

 

The following table describe key attributes:

Attribute

Description

bypassonlocal

Specifies whether the proxy should be omitted for local resources. Local resources include the local server (http: // localhost, http: // loopback, or http://127.0.0.1) and a URI (http: // webserver). The default value is unspecified. 

proxyaddress

Specifies proxy URI

 


Buypass Access Manager can be installed without any visible UI or any user interaction using command line or CMD file.

It is possible to specify which features should be installed or deleted. Note that installation should be started with evaluated privileges, that is Run as Administrator.

Feature list

Description

Main   features

RequiredComponents

Required by any other feature. Will allways be installed.

Acr88Feature

ACR88/89 support. Required by the clients without Secure PinPad readers. Buypass PinPad service will be created during this feature installation process.
If not specified – Secure PinPad will be installed.

IdCard

Issue ordinary card.

TempCard

Issue temporary card.

PinAdmin

Change/Unblock PIN.

Revoke

Revoke certificates.

RegistrationOfIdDocument

Registration of ID control document.

SmartcardDiagnostic

Smartcard Diagnostic.

Remote   functions

RemotePreProduceIdCard

Remote pre-produce ID card.

RemoteActivate

Remote activate ID card.

RemoteRenew

Remote renew ID card.

RemotePinUnblock

Remote unblock PIN.

RemotePreproduceTemp

Remote pre-produce Temporary card.

RemoteIssueTempCard

Remote issue Temporary card.

Administration

PreRegistration

Pre-registration (on-by-one User).

BatchPreRegistration

Batch Preregistration (one or more Users).

EnableOperator

Enable Operator.

DisableOperator

Disable Operator.

Reports

Reports.

 

Command line syntax

All Msiexec command line options could be found by following link.

More information about Windows Installer could be found by following link.

 

/i - Installs or configures a product

/qn - No user interface

 

The value of the REMOVE property is a list of features delimited by commas that are to be removed. Spaces are not allowed.

The value of the ADDLOCAL property is a list of features that are delimited by commas, and are to be installed locally. To install all features locally, use ADDLOCAL=ALL on the command line. Spaces are not allowed.

 

Example:

msiexec /i SetupLraClient.msi /qn
REMOVE
=TempCard,PinAdmin,Revoke,RegistrationOfIdDocument,SmartcardDiagnostic,Reports,BatchPreRegistration ADDLOCAL=Acr88Feature,IdCard

 

Place all features into ADDLOCAL or REMOVE list to be sure that the installation will contain only specified features.

 

If the same feature will be added to both lists at the same time – it will be uninstalled.

Note that the feature names are case-sensitive. If REMOVE or ADDLOCAL list will contain the feature with name, not specified above – installation will fails. 

Next >> 

Related contents 

The selected root page could not be found.

Unable to render {include} The included page could not be found.

Unable to render {include} The included page could not be found.

 

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.
 
Unable to render {include} The included page could not be found.
 

 

  • No labels