Previous Topic: Delegate Administrative UI PermissionsNext Topic: Configure an LDAP Administrator Store Connection


How to Configure an External Administrator Store

Complete the following steps to configure a connection to an external administrator store.

  1. (Optional) If you want to protect the Administrative UI with SiteMinder, configure an agent to function with a reverse proxy server.

    Note: For more information about configuring a reverse proxy server, see the Web Agent Configuration Guide.

  2. Review the external administrator store considerations.
  3. Review the SSL considerations.
  4. Depending on your store type, do the following:
  5. Configure the connection to the external administrator store.
  6. (Optional) Migrate Legacy Administrator Administrative UI permissions.
External Administrator Store Considerations

Before you configure an external administrator store connection, consider the following items:

SSL Considerations

If you are configuring the external administrator store connection over SSL, consider the following items:

Gather Directory Server Information

If you are configuring a connection to a directory server, gather the following information:

Gather Database Information

If you are configuring a connection to a database, gather the following information:

Deploy a JDBC Data Source

If you are configuring a connection to a relational database, the Administrative UI requires a JDBC data source to communicate with the administrator store. A utility is required to create the data source. If you installed the Administrative UI using the stand-alone option, the smjdbcsetup utility is provided for you.

Note: If you installed the Administrative UI to an existing application server, see your vendor-specific documentation for information about deploying a JDBC data source. If you are deploying a data source to WebSphere, verify that the JNDI name, under the datasource properties, is prefixed with the following text:

jdbc/

Example: If the datasource name is abc, then the JNDI name is jdbc/abc.

Follow these steps:

  1. Log in to the Administrative UI host system.
  2. (UNIX) Stop the SiteMinder Administrative UI service.

    Note: For more information about stopping the service, see the Policy Server Installation Guide.

  3. Navigate to administrative_ui_home\CA\SiteMinder\adminui\bin.
    administrative_ui_home

    Specifies the Administrative UI installation path.

  4. Run one of the following commands:

    The utility prompts you for a unique identifier. The utility appends the identifier to the data source.

  5. Type a value and press Enter.

    The utility prompts you for a database driver type. The driver types are prefixed with a number.

  6. Type a number to select a driver type and press Enter.

    The utility prompts you for the name of the database host system.

  7. Type the database host name and press Enter.

    The utility prompts you for the port on which the database is listening.

  8. Type the database port and press Enter.
  9. Type the database name or the service name and press Enter.

    The utility prompts you for the database user account name.

  10. Type the database user account name and press Enter.

    Note: This user account must have read/write permissions to the database.

    The utility prompts you for the password of the database user.

  11. Type the password and press Enter.

    The connection details appear.

  12. Review the details and do one of the following steps:
  13. Do one of the following steps:

    The data source is configured and the utility exits.