Installation guide
174 Sun ONE Identity Server Policy Agents 2.1 • Web Policy Agents Guide • September 2004
Valid Values
The fully qualified domain name of the machine where the agent is installed.
Example
com.sun.am.policy.agents.fqdnMap
=
nila.Eng.example.COM
com.sun.am.policy.agents.fqdnMap
Description
The FQDN Map is a simple map that enables the agent to take corrective action in
the casewhere the users may havetyped in an incorrect URL such as by specifying
partial hostname or using an IP address to access protected resources.
Valid Values
The format for this property is:
com.sun.am.policy.agents.fqdnMap = [invalid_hostname|valid_hostname][,...]
Where invalid_hostname is a possible invalid hostname the user may use such as
partial hostname or an IP address, and the valid_hostname is the corresponding
valid hostname which is fully qualified. For example the following is a possible
value specified for xyz.domain1.com:
com.sun.am.policy.agents.fqdnMap = xyz|xyz.domain1.com, xyz.domain1|xyz.domain1.com
This value maps xyz and xyz.domain1 to the FQDN xyz.domain1.com.
NOTE The property
com.sun.am.policy.agents.fqdnMap
provides another
wayby which theagentcanresolve malformed access URLsusedby
the users and take corrective action. This property can also be used
to override the behavior of the agent in cases where necessary. For
example, if it is required that no corrective action such as a redirect
be used for users who access the web server resources using raw IP
address, you can implement this by specifying a map entry such as:
com.sun.am.policy.agents.fqdnMap
= <IP>|<IP>
The agent gives precedence to the entries defined in the
com.sun.am.policy.agents.fqdnMap
property overthe value defined
in this property.