Hi,
I have en issue with the ldap module for LIZMAP. I have read lizmap documentation
I have download with the module, and copy the directory "ldapdao" in the path "/var/www/lizmap-web-client-3.1.6/lizmap/lizmap-modules/".
I followed the instructions:
apt-get install php7.1-ldap
Declare the ldapdao module into the lizmap/var/config/localconfig.ini.php file
[modules]
ldapdao.access=1
Check the following modules state into the lizmap/var/config/localconfig.ini.php file
jacl2.access=1
jauth.access=2
jauthdb.access=1
Redefine the path of the auth config into the lizmap/var/config/admin/config.ini.php and lizmap/var/config/index/config.ini.php files
[coordplugins]
auth="authldap.coord.ini.php"
Create a profile like this according to your ldap settings into the lizmap/var/config/profiles.ini.php file
[ldap:myldapdao]
hostname=localhost
port=389
adminUserDn="cn=admin,ou=admins,dc=acme"
adminPassword="Sup3rP4ssw0rd"
But when I run Run php lizmap/install/installer.php, I have the error:
PHP Fatal error: Uncaught Exception: Error in the main configuration. A plugin configuration file doesn't exist -- Configuration file for the coord plugin auth doesn't exist: 'authldap.coord.ini.php' in /var/www/lizmap-web-client-3.1.6/lib/jelix/core/jConfigCompiler.class.php:172
Stack trace:
#0 /var/www/lizmap-web-client-3.1.6/lib/jelix/core/jConfigCompiler.class.php(134): jConfigCompiler::checkCoordPluginsPath(Object(stdClass))
#1 /var/www/lizmap-web-client-3.1.6/lib/jelix/core/jConfigCompiler.class.php(81): jConfigCompiler::prepareConfig(Object(stdClass), true, false, '/index.php')
#2 /var/www/lizmap-web-client-3.1.6/lib/jelix/installer/jInstallerEntryPoint.class.php(89): jConfigCompiler::read('index/config.in...', true, false, '/index.php')
#3 /var/www/lizmap-web-client-3.1.6/lib/jelix/installer/jInstaller.class.php(341): jInstallerEntryPoint->__construct(Object(jIniFileModifier), 'index/config.in...', 'index.php', 'classic')
#4 /var/www/lizmap-web-client-3.1.6/lib/jelix/installer/jInstaller.class.php(298): jInstaller->ge in /var/www/lizmap-web-client-3.1.6/lib/jelix/core/jConfigCompiler.class.php on line 172
what can I check? did I forget something?
Thanks and regards
Hi,
I have en issue with the ldap module for LIZMAP. I have read lizmap documentation
I have download with the module, and copy the directory "ldapdao" in the path "/var/www/lizmap-web-client-3.1.6/lizmap/lizmap-modules/".
I followed the instructions:
But when I run
Run php lizmap/install/installer.php, I have the error:what can I check? did I forget something?
Thanks and regards