[config] warn if mod_authn_ldap,mysql not listed
commit988ee8006093df52f22a4b9c2de667bebee26afd
authorGlenn Strauss <gstrauss@gluelogic.com>
Fri, 21 Oct 2016 22:16:28 +0000 (21 18:16 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Fri, 21 Oct 2016 22:20:02 +0000 (21 18:20 -0400)
tree6304322e421e7a1f2c13c053e5952c2639f174ba
parentf5eef270bb6f06e53ba2adebbcff9ddea377245c
[config] warn if mod_authn_ldap,mysql not listed

warn if mod_authn_ldap is not listed in server.modules in lighttpd.conf
but auth.backend = "ldap" is in lighttpd.conf

warn if mod_authn_mysql is not listed in server.modules in lighttpd.conf
but auth.backend = "mysql" is in lighttpd.conf

A future release of lighttpd 1.4.x will cease automatically loading
these modules.  After that, lighttpd will fail to start up if
auth.backend requires one of these modules and the module is not loaded.

(The purpose of this change is to remove from the lighttpd core server
 the dependencies on LDAP or MariaDB libraries.)
src/configfile.c