Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


 


Column
width62%

(lightbulb) This information is written in English only 


A proxy server handles client requests for resources. A proxy can return a requested resource from its cache or forward the request to the server where the resource resides. Especially in enterprise 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 environments there is a proxy server configuration in Internet Properties > Connections > LAN settings > Proxy server: 


 


In order for the Windows/Internet Explorer configuration to be used, the BAM Client must be configured to use the default proxy settings. This is done in application configuration files (both LraClient.exe.config and ConfigurationApplication.exe.config) that are located in client root installation folder. In the proxy element of the defaultProxy configuration section in the system.net section group:

<configuration>

  <system.net>

    <defaultProxy enabled="true">

      <proxy usesystemdefault="True"/>

    </defaultProxy>

  </system.net>

</configuration>

 


You can also use this configuration to set a specific proxy to be used by BAM Client/ConfigApp – in case if Windows/Internet Explorer proxy configuration is absent or needs different settings. The following code example uses the defaults from the 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 describes some of important attributes.

Attribute

Description

bypassonlocal

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

proxyaddress

Specifies the proxy URI to use

 

 



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

It is possible to specify which features to installed / removed. (warning) NB! - Must be run as administrator.

Feature list

Description

RequiredComponents

Basic module, will always be installed

Acr88Feature

ACR 88/89 support. Required by clients without Secure Pin Pad Reader.
Buypass PinPad Service will be created during this installation process.
If not specified - Secure PinPad will be installed.

IdCard

Issue ID card

TempCard

Issue Temporary card

PinAdmin

Pin Administration - change PIN / unblock PIN 

Revoke

Revoke certificates

RegistrationOfIdDocument

Register ID document

SmartcardDiagnostic

Smartcard diagnostic

Remote   functions

RemotePreProduceIdCard

Pre issue ID card for later remote activation

RemoteActivate

Activate ID card remotely

RemoteRenew

Renew ID card for remotely

RemotePinUnblock

Unblock ID card remotely

RemotePreproduceTemp

Pre issue Temporary ID card for later remote activation

RemoteIssueTempCard

Issue Temporary ID card remotely

Administration

PreRegistration

PreRegistration

BatchPreRegistration

Batch PreRegistration

EnableOperator

Enable an BAM Operator

DisableOperator

Disable an BAM Operator

Reports

Reports

 


Command line syntax

/ I - Install or configure a product 
/
 Qn - No user interface

 The value of REMOVE attribute is a list of features delineated with commas to be removed. Spaces are not allowed.
The value of ADDLOCAL attribute is a list of features that are delimited by commas, and should be installed locally. To install all features locally, use ADDLOCAL = ALL at the command line. Spaces are not allowed.

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

 Add all functions in ADDLOCAL or REMOVE list to ensure you remove / add what you want.  


See more details in <proxy> Element (Network Settings)  



Column
width2%


Column
width26%


Div
classright-navigation

Child pages (Children Display)

Include Page
INCLIB:_right_navigation_style
INCLIB:_right_navigation_style



Column
width10%


Column
width10%



Section


Column
width62%


Include Page
INCLIB:_bottom_bar
INCLIB:_bottom_bar


Column
width2%


Column
width26%
 


Column
width10%



Include Page
INCLIB:_navigation_buttons_style
INCLIB:_navigation_buttons_style
Include Page
INCLIB:doc_center_style
INCLIB:doc_center_style
 
Include Page
INCLIB:_template_style
INCLIB:_template_style