Set Up PKI Services ManagerReflection PKI Services Manager is a service that provides certificate validation services. If your client users will authenticate using smart cards or other forms of X.509 certificates, you need to install and configure this service. It is available at no additional charge from the FileXpress Gateway download page. FileXpress Gateway requires version 1.3 or later. If you installed PKI Services Manager on Windows, you can configure required settings using the PKI Services Manager Console (Start > All Programs > Attachmate Reflection > Utilities). Or, on both Windows and UNIX, you can configure these settings by editing the PKI Services Manager configuration files (pki_config and pki_mapfile). For detailed configuration information, see the PKI Services Manager User Guide, which is available from http://support.attachmate.com/manuals/pki.html. PKI Services Manager Configuration
Sample Mapping Rules for Transfer Client AuthenticationWhen users log on to the Transfer Client using certificates, they present the certificate (for example using a CAC card) without entering a user name. The mapping system you devise must use the presented certificate to identify a domain and user (domainName\userName) who can log on to the Transfer Client. The mapping rule must return exactly one user ID. If multiple user ID values are returned, the login will fail. Note: From the console, you can test mapping rules using Utility > Test Certificate. On UNIX, you can use the pki-client command line utility. The following examples use a single map rule to return the name of an allowed user based on the contents of the certificate that user presents:
It is also possible to configure multiple map rules. PKI Services Manager processes each rule in order until it finds a condition that matches the validated certificate. For example: RuleType user { acme\dgreen } Subject.Email Equals donald.green@acme.com { acme\jblue} Subject.Email Equals joseph.blue@acme.com Rules that return multiple names for the same certificate are not supported for authentication to the FileXpress Transfer Client. The following example returns two valid user names for the same certificate. In this case, a logon attempt using the certificate will always fail. { acme\root acme\dgreen } Subject.Email Equals donald.green@acme.com | ||||
|