Hi Carbonell,

when I try to export to Ldap I have the following error.

 Adding valid CA-certificates to the LDAP server ...
Certificate 0 FAILED (error -3: Connection refused by server.)
...........

I configurate the config.xml ldap_host localhost
ldap_port 389
useLDAP yes
updat_ldap_automatic no


You must insert the crendtials of your "admin user" into ldaproot, my one looks like this:

        <option>
            <name>ldap_host</name>
            <value>ldap.mytum.de</value>
        </option>
        <option>
            <name>ldap_port</name>
            <value>389</value>
        </option>
        <option>
            <name>ldaproot</name>
            <value>cn=CAManager,O=myTUM,C=DE</value>
        </option>
        <option>
            <name>ldaprootpwd</name>
            <value>Managers Password</value>
        </option>

Than you must rerun the configure_etc script - that will update the ldap.xml file.

And try a "telnet localhost 389" once if the ldap is really responding or try to connect with another client

Oliver

--
Diese Nachricht wurde digital unterschrieben
oliwel's public key: http://www.oliwel.de/oliwel.crt
Basiszertifikat: http://www.ldv.ei.tum.de/page72

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to