mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2017-11-28 Fred Gleason <fredg@paravelsystems.com>
* Added a 'USER_SERVICE_PERMS' table to the database. * Incremented the database version to 272. * Added a 'Service Permissions' button to the Edit User dialog in rdadmin(1).
This commit is contained in:
@@ -74,6 +74,7 @@ EXTRA_DIST = audio_perms.txt\
|
||||
triggers.txt\
|
||||
ttys.txt\
|
||||
user_perms.txt\
|
||||
user_service_perms.txt\
|
||||
users.txt\
|
||||
version.txt\
|
||||
vguest_resources.txt\
|
||||
|
11
docs/tables/user_service_perms.txt
Normal file
11
docs/tables/user_service_perms.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
USER_SERVICE_PERMS Table Layout for Rivendell
|
||||
|
||||
The USER_SERVICE_PERMS table holds data concerning which services are
|
||||
are allowed to be accessed by which users.
|
||||
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
---------------------------------------------------------------
|
||||
ID int(11) signed Primary key, auto increment
|
||||
USER_NAME char(255) From USERS.LOGIN_NAME
|
||||
SERVICE_NAME char(10) From SERVICES.NAME
|
Reference in New Issue
Block a user