From d61714dd0de1acd75ffe3dab7dc109a73926a49a Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 5 Nov 2017 18:52:09 -0500 Subject: [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 --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson_options.txt') 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, -- cgit v1.2.1