Sun Java System Access Manager Policy Agent 2.2 Guide for Apache HTTP Server 2.0.54

Setting Anonymous User

For resources on the not-enforced list, the default configuration does not allow the REMOTE_USER variable to be set. To enable the REMOTE_USER variable to be set for not-enforced URLs, you must set the following property in the web agent AMAgent.properties configuration file to TRUE (by default the value is FALSE):


com.sun.am.policy.agents.config.anonymous_user.enable = TRUE

When you set the value of this property to TRUE, the value of REMOTE_USER will be set to the value contained in the following property in the web agent AMAgent.properties configuration file:


com.sun.am.policy.agents.config.anonymous_user

By default, the value of this property is set to anonymous as follows:


com.sun.am.policy.agents.config.anonymous_user = anonymous