summaryrefslogtreecommitdiffstats
path: root/network/mod_auth_gssapi/mod_auth_gssapi.conf
diff options
context:
space:
mode:
author Thibaut Notteboom2019-06-04 03:59:09 +0200
committer Willy Sudiarto Raharjo2019-06-09 00:31:20 +0200
commitbd158944340eba8e5edfde7cde0717d4625d1716 (patch)
tree2ead44847a2a0a1e29bb1b8cdb5c4de519030058 /network/mod_auth_gssapi/mod_auth_gssapi.conf
parent84f7d553543166ee131c3395de05636af7757977 (diff)
downloadslackbuilds-bd158944340eba8e5edfde7cde0717d4625d1716.tar.gz
network/mod_auth_gssapi: Added (GSSAPI Negotiate module for Apache).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mod_auth_gssapi/mod_auth_gssapi.conf')
-rw-r--r--network/mod_auth_gssapi/mod_auth_gssapi.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/network/mod_auth_gssapi/mod_auth_gssapi.conf b/network/mod_auth_gssapi/mod_auth_gssapi.conf
new file mode 100644
index 0000000000..359715e9fe
--- /dev/null
+++ b/network/mod_auth_gssapi/mod_auth_gssapi.conf
@@ -0,0 +1,9 @@
+
+LoadModule auth_gssapi_module @baselibdir@/httpd/modules/mod_auth_gssapi.so
+
+<Location /private>
+ AuthType GSSAPI
+ AuthName "GSSAPI Single Sign On Login"
+ GssapiCredStore keytab:/etc/httpd.keytab
+ Require valid-user
+</Location>