You can configure the behavior of the PingID SSH agent by modifying the configuration file.
The PingID SSH configuration file, pingid.conf, is usually located under /usr/etc/pingid.
The following table describes the configuration parameters and their valid and default values.
Parameter | Description | Valid Values | Default Values |
---|---|---|---|
verbose |
Toggle extended logging. |
true, false | false |
log_file |
Define a file name and path for the pingid log file. |
Full path of the log file. |
None. Messages are written to the system log. |
policy_user_not_registered |
Set the policy for users that are not registered. |
|
register |
domain_postfix |
The suffix to be appended to the user in cases where it should be registered with the full domain name. |
The domain suffix. For example, @example.com. |
None |
max_prompts |
The maximum number of prompts the user can receive during the initial registration process. |
Any integer from 1 - 10. |
8 |
fail_mode |
How to behave if the connection to the PingID service cannot be established. |
|
restrictive |
proxy |
The URL of the http_proxy or the https_proxy. |
None |
|
proxy_verify_cert |
Relevant only when the |
true, false | false |
proxy_ca_file |
Path to CA file Relevant only when the |
Path to CA file |
Empty |
proxy_user_pwd |
If your proxy server requires you to provide a username and password for authentication, use proxy_user_pwd to specify that information. Relevant only when the |
Provide the username and pasword with a colon in between, for example,
If the username or password include a colon, replace the colon in the
username/password with |
If you specified a value for proxy but do not provide a value for proxy_user_pwd, it is assumed the proxy server does not require a username and password. |