Configuration Parameters
The following table lists the configuration parameters of AIX connector:
Note
Attributes marked with an asterisk (*) are mandatory.

Hostname / IP address of AIX computer

SSH port configured
Default value: 22

Indicates if the specified User ID is not root

User ID on the AIX computer that you want to use for connector operations

Password of the managed system user account that you want to use for connector operations

Path to Private Key File
Private or Public key authentication will have precedence over password authentication

Passphrase provided for creating a Private Key
Additional Configuration Parameters for SSH Configuration
You can add additional configuration parameters for SSH configuration in the application Debug page. For information about generating public and private keys, refer to Public Key Authentication Configuration.
Note
These additional configuration parameters must be added in the application Debug page.

In the following command, SetPrompt
is the PS1=’SAILPOINT
is the value of the
<entry key="SetPrompt" value="PS1='SAILPOINT>'"/>
If the command for setting a shell prompt is different than the default command, change the value of the
For example, the entry value for a TCSH shell is as follows:
<entry key="SetPrompt" value="set prompt='SAILPOINT>'"/>

If the default shell present on your UNIX system is different, modify the value of the
<entry key="DEFAULT_SSH_SHELL" value="tcsh"/>

Set the respectAccountSchema
attribute to true
to populate account details with only configured attributes present in the schema; IdentityIQ skips attributes that were removed or aren't configured. By default, standard attributes populate account details whether or not the attribute is in the schema attribute list.
<entry key="respectAccountSchema">
<value>
<Boolean>true</Boolean>
</value>
</entry>