Installation guide

Appendix A AMAgent Properties 177
com.sun.am.policy.agents.unauthenticatedUser
Description
This property stores the User Id to be returned if a user is accessing global allow
page and is not authenticated.
Valid Values
Any user id that you want to display for the unauthenticated user.
Example
com.sun.am.policy.agents.unauthenticatedUser=anonymous
com.sun.am.policy.agents.anonRemoteUserEna
bled
Description
Use this property to enable/disable REMOTE_USER processing for anonymous
users.
Valid Values
true
or
false
Example
com.sun.am.policy.agents.anonRemoteUserEnabled=false
com.sun.am.policy.agents.notenforcedList
Description
This property stores the list of URLs for which no authentication is required.
Each service has its own not-enforced list. The service name is suffixed after
com.sun.am.policy.agents.notenforcedList
. to specify a list for a particular
service. SPACE is the separator between the URLs.