In addition to the real groups, there are also for special groups
- logged on users : "g*"
this is anybody who has logged in to Obliquid has permission to the security object
- not signed in : "g0"
these are people who either do not have an ID, or have not logged in yet (guest users)
- everybody : "**"
both regular users and guests have access to the security object
- unassigned : "--"
nobody has access to these security objects. This assignment might be useful to
disable a section of code, or to define a security object in advance of the code
actually being done.