adclient.krb5.extra_addresses
This configuration parameter specifies 0, 1, or more IP addresses. The Delinea Agent adds these IP addresses to the host computer’s own IP address when it makes a Kerberos authentication request that includes IP addresses. Multiple addresses accommodate authentication in a network that uses NAT.
The IP addresses in this parameter should be in dotted quad form, each address separated from the next by a comma. As an example:
adclient.krb5.extra_addresses: 192.68.21.189,192.68.35.2
adds two IP addresses to the host machine’s own IP address.
Note that this configuration parameter sets the Kerberos configuration parameter extra_addresses in krb5.conf.
This parameter has no effect unless adclient.krb5.use.addresses is set to true.
If this parameter is not defined in the configuration file, its default value is empty, which defines no extra IP addresses.