2019-03-27 06:23:19 -04:00
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
2016-04-29 18:30:39 -04:00
|
|
|
This mod allows administering a server using a single, shared password.
|
|
|
|
Any user who knows the password can authenticate with it and gain the
|
|
|
|
"privs" privilege, which allows them to gain any other privilege. This
|
|
|
|
may be a useful alternative to using the "name" setting, which forces
|
|
|
|
one specific account always to have all permissions.
|
|
|
|
|
2019-03-27 06:26:47 -04:00
|
|
|
Set the szuil_suadmin_password setting to the desired shared password.
|
2016-04-29 18:30:39 -04:00
|
|
|
Plain-text passwords are automatically upgraded to salted hashes as
|
2019-03-27 06:23:19 -04:00
|
|
|
appropriate; this may rewrite the config file at startup time. Enable
|
2019-03-27 06:26:47 -04:00
|
|
|
the szuil_suadmin_strict setting to require a /su password to access
|
2019-03-27 06:23:19 -04:00
|
|
|
the "privs" privilege; users are strippd of it on login/logout
|
|
|
|
automatically.
|
2016-04-29 18:30:39 -04:00
|
|
|
|
|
|
|
See the "/su" and "/unsu" commands for in-game admin access.
|
2019-03-27 06:23:19 -04:00
|
|
|
|
|
|
|
------------------------------------------------------------------------
|