Hi,
so I figured out, why ldap in ZEG 2.0.0rc2 can not be managed
with external programs such as Apache Directory Studio or luma.
This is because in this release of ZEG there is also Samba4 installed.
Samba4 needs to listen on 389 itself for correct AD handling (appears
like this a couple of
times in the internet). As this is also the default port of openldap, ldap
is configured in ZEG to listen on localhost:3389. Localhost can not be
connected
from outside. To achieve this you have to start additional slapd
services on the
"outside" interface. Therefore add the following two services in
/etc/default/slapd to:
SLAPD_SERVICES="ldap://127.0.0.1:3389/ ldapi://127.0.0.1:3389/
ldap://192.168.1.1:3389/ ldapi://192.168.1.1:3389/"
assuming that your "outside" interface has the ip 192.168.1.1.
After this, restart slapd:
service slapd restart
ZEG web portal should also reflect the documentation for this!
Best regards,
Matt
--
[email protected]
https://inverse.ca/sogo/lists