Error with OpenLDAP integration
-
I’ve a running kopano ce with Debian 9 up and running.
Now Im trying to setup a new server with debian 10. Following my notes from the previous time and compariong woth the official documentation I’m running into a problem quite early during installation.Situation:
- current debian 10
- apt install mariadb-server kopano-server-packages
- basic configuration kopano-core (server.cfg)
- apt-get install slapd ldap-utils
- basic configuration open-ldap
Problem:
Starting kopano-core I get the error messagekopano-server[7185]: Cannot instantiate user plugin: No LDAP servers configured in ldap.cfg (0x00000000)
After adding ldap_host = localhost the error message is
kopano-server[7241]: Config error: Unknown option "ldap_host" found!
-
Hi @robert,
ldap_host
has been replaced withldap_uri
a while ago. -
Hi @fbartels,
thank you for pointing me to the current doc’s.
I still used the obviously outdated version here: https://kb.kopano.io/display/WIKI/Install+and+optimize+OpenLDAP+for+use+with+Kopano+Groupware+Coreldap_uri did the job!
thx
Robert