[*-REALMFILTER] Section
Use the [*-REALMFILTER] section to indicate the areas that are accessible when a super user is signed in to your application (a super user is one who is not restricted by any group and who has access to all application data).
In addition to configuring the [*-REALMFILTER] section, be sure to set up security groups to restrict users to certain tag areas based on the group to which they've signed in. See: Security Realms.
[*-REALMFILTER] Area = *
In this example, the asterisk (*) wildcard character in the section heading (i.e. [*-REALMFILTER]) indicates all realms, and the asterisk wildcard character following "Area" indicates all areas. The result of the above example is that super users will see everything.
[*-REALMFILTER] Name = *
In this example, the asterisk (*) wildcard character in the section heading (i.e. [*-REALMFILTER]) indicates all realms, and the asterisk wildcard character following "Name" indicates all tags. The result of the above example is that super users will see everything.
The question mark (?) and asterisk (*) wildcard characters are permitted. Area and name declarations are not case-sensitive, nor is the [REALMFILTER] section heading.
[*-REALMAREAS] is now deprecated. It will continue to work as always, but you are advised to use [*-REALMFILTER] for all new applications.