summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2024-01-15 09:37:51 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2024-01-15 09:41:10 -0800
commit67d5cfe247f9e13d41db5eb443796eb3ca65d06f (patch)
tree7de4fa306c64aa37ce6f615aea97506f5295e277 /www-apache/mod_auth_openidc/files/10_mod_auth_openidc.conf
parentdev-libs/cjose: new package, dep for www-apache/mod_auth_openidc (diff)
downloadgentoo-67d5cfe247f9e13d41db5eb443796eb3ca65d06f.tar.gz
gentoo-67d5cfe247f9e13d41db5eb443796eb3ca65d06f.tar.bz2
gentoo-67d5cfe247f9e13d41db5eb443796eb3ca65d06f.zip
www-apache/mod_auth_openidc: new package, move from infra overlay
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'www-apache/mod_auth_openidc/files/10_mod_auth_openidc.conf')
-rw-r--r--www-apache/mod_auth_openidc/files/10_mod_auth_openidc.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/www-apache/mod_auth_openidc/files/10_mod_auth_openidc.conf b/www-apache/mod_auth_openidc/files/10_mod_auth_openidc.conf
new file mode 100644
index 000000000000..0290c4cfc162
--- /dev/null
+++ b/www-apache/mod_auth_openidc/files/10_mod_auth_openidc.conf
@@ -0,0 +1,4 @@
+<IfDefine AUTH_OPENIDC>
+LoadModule auth_openidc_module modules/mod_auth_openidc.so
+# See /usr/share/doc/mod_auth_openidc-*/auth_openidc.conf for configuration options.
+</IfDefine>