Hi everyone,

I'm trying to develop a camel route in order to connect an identity manager 
with an LDAP so, the idea is:

IdM <-> Camel <-> LDAP

I've tried these two (not at the same time) with no results:

<from uri="mina:tcp://10.0.1.219:389?sync=true&amp;textline=true"/>
<to uri="mina:tcp://10.0.1.40:389?sync=true&amp;textline=true"/>


and

<from uri="jetty:http://10.0.1.219:389?matchOnUriPrefix=true"/>
<to uri="jetty:http://10.0.1.40:389?bridgeEndpoint=true"/>

All the systems are in the same subnet, with total visibility between them.

Any hint here?

Looking forward to having some news from you,
Thank you in advance.

Reply via email to