summaryrefslogtreecommitdiff
path: root/www-apache/mod_authz_unixgroup/files
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-09-06 10:42:31 -0400
committerCraig Andrews <candrews@gentoo.org>2019-09-06 10:43:06 -0400
commitc96c2de5113e1c6d4741c4c1f9df4256e7210bc2 (patch)
tree2e0eb74514ab1d8405d850c6264a5824f88fa78f /www-apache/mod_authz_unixgroup/files
parent38394064545981783ca7291edeac529e68aaa7ea (diff)
downloadgentoo-c96c2de5113e1c6d4741c4c1f9df4256e7210bc2.tar.gz
gentoo-c96c2de5113e1c6d4741c4c1f9df4256e7210bc2.tar.bz2
gentoo-c96c2de5113e1c6d4741c4c1f9df4256e7210bc2.zip
www-apache/mod_authz_unixgroup: An Apache2 authorization DSO using unix groups
Closes: https://bugs.gentoo.org/693592 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apache/mod_authz_unixgroup/files')
-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
+