Enabling User Access Control

The following example shows the format of the access_control setting in the security policy file:

access_control=<true|false(default>;default=<deny|grant>

After you have configured user authentication in the security policy file, you then need to enable user access control in the security policy file by specifying the following setting:

access_control=true;default=deny

The default setting specifies whether a user should be denied any access or granted all access permissions, if no access permissions have been defined for a user.