summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-11-05 18:52:09 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2017-11-05 20:11:07 -0500
commitd61714dd0de1acd75ffe3dab7dc109a73926a49a (patch)
tree47ba9f94faaaf1c099daa9c2eaf6ef23017c5351 /meson_options.txt
parentfdc4c324c4df38e04c858a2f8c2081c872c50ba5 (diff)
downloadlighttpd-git-d61714dd0de1acd75ffe3dab7dc109a73926a49a.tar.gz
[mod_authn_sasl] SASL auth (new) (fixes #2275)
(experimental) HTTP Basic authentication using saslauthd server.modules += ( "mod_auth" ) server.modules += ( "mod_authn_sasl" ) auth.backend = "sasl" auth.backend.sasl.opts = ( "pwcheck_method" => "saslauthd" ) # default x-ref: "SASL auth like libapache2-mod-authn-sasl" https://redmine.lighttpd.net/issues/2275
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6fde5ea2..188f4d33 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -73,6 +73,11 @@ option('with_pgsql',
value: false,
description: 'with postgres-support for mod_vhostdb_pgsql [default: off]',
)
+option('with_sasl',
+ type: 'boolean',
+ value: false,
+ description: 'with SASL support for mod_authn_sasl [default: off]',
+)
#option('with_valgrind',
# type: 'boolean',
# value: false,