Browse Source
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.)personal/stbuehler/mod-csrf
1 changed files with 17 additions and 0 deletions
Loading…
Reference in new issue