3.2 Using the Same Password for all Integrated Installation Configuration Parameters

Many of the Identity Manager components require you to specify a password during the configuration phase. For faster configuration, you can instruct the process to apply the same password to all integrated installation configuration parameters.

The password must be a minimum of six characters.

Linux

Before invoking the installation or configuration program, enter the following command:

export USER_SUPPLIED_PASSWORD=password

For example:

export USER_SUPPLIED_PASSWORD=test123
Windows

Perform one of the following actions:

  • In System Properties > Environment Variables, add USER_SUPPLIED_PASSWORD and specify a value for the variable.

  • Before invoking the installation or configuration program, enter the following command:

    set USER_SUPPLIED_PASSWORD=password
    

    For example:

    set USER_SUPPLIED_PASSWORD=test123
    

NOTE:On Windows servers, the installation process does not apply the specified password variable to EAS system password. Instead, for that parameter, specify the system-generated password for the EAS installation on its remote Linux server.