From fe2ef6d11f58b2817afa0fc27588a559b02b2ae2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 24 Oct 2008 15:20:36 +0000 Subject: Minor change to roles code and major change to roles. Replaced ALL, CREATE, READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions. git-svn-id: svn://svn.alpinelinux.org/acf/samba/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed --- samba.roles | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/samba.roles b/samba.roles index e13ebad..51f6f4d 100644 --- a/samba.roles +++ b/samba.roles @@ -1,2 +1,4 @@ -READ=samba:status -UPDATE=samba:startstop,samba:expert,samba:join +USER=samba:status,samba:startstop +EDITOR=samba:join +EXPERT=samba:expert +ADMIN=samba:status,samba:startstop,samba:join,samba:expert -- cgit v1.2.3