IBM Tivoli Federated Identity Manager, Version 6.2.1

tfimcfg reference

The tfimcfg command can be used to configure LDAP settings for the Integrated Solutions Console installation, and also to configure WebSEAL as a Point of Contact server.

tfimcfg usage

TFIM Autoconfiguration Tool Version 6.1.0 [060316a]

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
 
   -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
 
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 the tfimcfg tool is run to configure an LDAP server, the tool also creates several user accounts. The user accounts are needed by the single sign-on demonstration application.

When you run tfimcfg to set up the LDAP accounts for the administration console user, you call tfimcfg with the parameters:

-action ldapconfig

This action creates the demonstration user accounts.



Feedback