Installation guide
Appendix A AMAgent Properties 183
com.sun.am.policy.agents.getClientHostname
Description
This property indicates whether to get the client’s hostname through DNS reverse
lookup for use in policy evaluation.
Valid Values
true
or
false
. By default, the value is
true
if the property does not exist or if it is
any value other than
false
.
Example
com.sun.am.policy.agents.getClientHostname = true
com.sun.am.policy.am.ldapattribute.mode
Description
This property is used to specify if additional policy response attributes should be
introduced into the request.
Valid Values
This property takes the following values:
• NONE: indicates that no additional policy attributes will be introduced.
• HEADER: means that additional policy attributes will be introduced into
HTTP header.
• COOKIE: indicates thatadditional policyattributes will beintroduced through
cookies.
If a value other than these is supplied, it will default to NONE.
Example
com.sun.am.policy.am.ldapattribute.mode=COOKIE