summaryrefslogtreecommitdiff
path: root/www-apache/mod_authz_unixgroup/files/10_mod_authz_unixgroup.conf
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_authz_unixgroup/files/10_mod_authz_unixgroup.conf')
-rw-r--r--www-apache/mod_authz_unixgroup/files/10_mod_authz_unixgroup.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-apache/mod_authz_unixgroup/files/10_mod_authz_unixgroup.conf b/www-apache/mod_authz_unixgroup/files/10_mod_authz_unixgroup.conf
new file mode 100644
index 000000000000..dd942a8dd791
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/files/10_mod_authz_unixgroup.conf
@@ -0,0 +1,11 @@
+<IfDefine AUTHZ_UNIXGROUP>
+LoadModule authz_unixgroup_module modules/mod_authz_unixgroup.so
+
+# For UNIX group check
+# Require unix-group staff admin
+# This would allow only access to accounts in the 'staff' or 'admin' unix groups.
+# You can alternately specify groups by their gid numbers instead of their names.
+</IfDefine>
+
+# vim: ts=4 filetype=apache
+