Closed rldhont closed 4 years ago
Call to undefined method ldapdaoAuthDriver::getProviderForLogin() /srv/lizmap-modules/multiauth-module/multiauth/classes/multiauth.listener.php 23
The config is:
[modules] multiauth.access=1 [coordplugin_auth] driver=ldapdao
Same issue when multiauth.access=0
multiauth.access=0
you set driver=ldapdao, instead of driver=multiauth. This is why there is the error.
driver=ldapdao
driver=multiauth
If you want to deactivate the multiauth module, you should set access=0, and run the installer, remove the content of temp/.
The config is:
Same issue when
multiauth.access=0