summaryrefslogtreecommitdiffstats
path: root/samba.roles
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-10-24 15:20:36 +0000
committerTed Trask <ttrask01@yahoo.com>2008-10-24 15:20:36 +0000
commitfe2ef6d11f58b2817afa0fc27588a559b02b2ae2 (patch)
tree357084540f23113416bf439550695506a2137745 /samba.roles
parent78214a3b1382f0aceb1e6ed63625fbafb781d76d (diff)
downloadacf-samba-fe2ef6d11f58b2817afa0fc27588a559b02b2ae2.tar.bz2
acf-samba-fe2ef6d11f58b2817afa0fc27588a559b02b2ae2.tar.xz
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
Diffstat (limited to 'samba.roles')
-rw-r--r--samba.roles6
1 files 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