Petter Solgaard wrote:
Hi

I haven't read what
updatedn=""cn=replicator,ou=sys,dc=domain,dc=org"

does, but I don't think you need it.

What you do need to to is to remove one of the " you are using in:
updatedn and binddn

        binddn=""cn=replicator,ou=sys,dc=domain,dc=org"

should be

        binddn="cn=replicator,ou=sys,dc=domain,dc=org"


Oh my God... Such a stupid mistake. Im fix it, but LDAP dont start again with new error:

slapd[28627]: /usr/local/etc/openldap/slapd.conf: line 65: Error: Malformed "syncrepl" line in slapd config file, missing provider searchbase.
slapd[28627]: failed to add syncinfo
slapd[28627]: slapd stopped.
slapd[28627]: connections_destroy: nothing to destroy.


--
Best regards,
Proskurin Kirill

Reply via email to