User Rights Management
From RexWiki
User Rights Management
First things to notice when using user rights is that objet permissions must be turned on.
That can be done by configuring the OpenSim.ini file.
Under the tag [Startup] following line must be present to enable permissions:
serverside_object_permissions = True
Banlist and functions
There are two ways to use banlist, from GUI in server or directly making changes to truststore.xml.
There are two modes for authenticating to sim, public and private. In private mode users are banned as default, when as in public mode users are allowed by default.
From the GUI and XML-file users and whole authentication servers can be banned.
The banlist GUI is accessible from world server with command "authentication".
Admin and builder rights
Admin and builder rights can be configured in adminsandbuilders.txt file.
Admins and builder can be assigned with this syntax:
joe@myavatarservice.com administrator
jane@avatar.realxtend.net builder
If the server is already running, the list can be re-read by inputting "refresh-builderlist" console command to OpenSim console.
|