IBM Tivoli Federated Identity Manager, Version 6.2.2

tfimcfg reference

Use the tfimcfg command to configure LDAP settings for the Integrated Solutions Console installation and to configure WebSEAL as a Point of Contact server.

tfimcfg usage

information tip iconThe information in this section applies to Tivoli® Federated Identity Manager package users. It also applies to organizations that already have Tivoli Access Manager for e-business in their computing environment.

TFIM Autoconfiguration Tool Version 6.2.2 [110529a]

Usage: java -jar tfimcfg.jar [-action <mode>] [options]
The tfimcfg tool has several modes of operation. Each mode uses different
command line options.
 
Configuring and unconfiguring WebSEAL servers:
   -action tamconfig: configures a WebSEAL server. This mode is the default.
   Options: 
-cfgfile <file>: WebSEAL configuration file.
         This option is required.
      -rspfile <file>: response file for non-interactive configuration.
         Default: interactive configuration
      -record: generate response file without making changes to WebSEAL configuration
      -sslfactory <ssl connection factory>: secure socket layer connection factory.
         If FIPS is enabled, this option must be set to TLS. 
         Default: SSL

   -action tamunconfig: unconfigures a WebSEAL server.
   Options: 
      -cfgfile <file>: WebSEAL configuration file.
         This option is required.
      -rspfile <file>: response file for non-interactive unconfiguration.
         Default: interactive configuration
      -sslfactory <ssl connection factory>: secure socket layer connection factory.
         If FIPS is enabled, this option must be set to TLS. 
         Default: SSL
 
Configuring and unconfiguring LDAP servers:
   -action ldapconfig: configures an LDAP server.
      -rspfile <file>: response file to control the configuration. The
         response file should be based on the sample ldapconfig.properties
         file. This option is required.
 
   -action ldapunconfig: unconfigures an LDAP server.
      -rspfile <file>: response file to control the configuration. The
         response file should be based on the sample ldapconfig.properties
         file. This option is required.
When you run tfimcfg:
  • To configure an LDAP server, it also creates several user accounts. The user accounts are required by the single sign-on demonstration application.
  • To set up the LDAP accounts for the administration console user, you must call tfimcfg with the following parameters:
    -action ldapconfig

    This action creates the demonstration user accounts.

Configure Tivoli Access Manager using the tfimcfg.jar tool

You can configure Tivoli Access Manager WebSEAL as a contact point for a federation using the tfimcfg.jar tool.

Run the command (java -jar tfimcfg.jar) to view a list of options associated with the tool.

See Using tfimcfg to Configure WebSEAL for Federations.



Feedback