summaryrefslogtreecommitdiff
path: root/conf/acl.auth.php
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2022-03-07 21:15:33 +0000
committerYaco <franco@reevo.org>2022-03-07 21:15:33 +0000
commit2abc3feb5f2711451caa9d7464258e25c1c1d358 (patch)
tree5c125a8ef13ab1d19a48acb67b16e81cec03b3ce /conf/acl.auth.php
first commit after acervus tech
Diffstat (limited to 'conf/acl.auth.php')
-rw-r--r--conf/acl.auth.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/acl.auth.php b/conf/acl.auth.php
new file mode 100644
index 0000000..c70af78
--- /dev/null
+++ b/conf/acl.auth.php
@@ -0,0 +1,21 @@
+# acl.auth.php
+# <?php exit()?>
+# Don't modify the lines above
+#
+# Access Control Lists
+#
+# Editing this file by hand shouldn't be necessary. Use the ACL
+# Manager interface instead.
+#
+# If your auth backend allows special char like spaces in groups
+# or user names you need to urlencode them (only chars <128, leave
+# UTF-8 multibyte chars as is)
+#
+# none 0
+# read 1
+# edit 2
+# create 4
+# upload 8
+# delete 16
+
+* @ALL 1