Hi,
first try this in the same server you have openldap running (to overshift a possible network connectivity problem):

ldapadd -x -v -w admin -D "cn=admin,o=localhost,c=com" -f ldif_file

> ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)

You are trying to connect to openldap in ssl mode, and maybe it isn't enabled.


Regards,
Pablo

P.D:

man ldapadd:

...

 -x     Use simple authentication instead of SASL.

...



Reply via email to