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:
Fred Gleason
2017-11-28 09:01:42 -05:00
parent 29e625c7f5
commit d55a3b9115
44 changed files with 777 additions and 327 deletions

View File

@@ -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\

View 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