Re: Connecting to LDAP Server

2016-03-14 Thread rburdet
Hi clauss, Thanks for the fast reply. That worked perfectly. Thank you very much! Best regards. Rodrigo -- View this message in context: http://camel.465427.n5.nabble.com/Connecting-to-LDAP-Server-tp5779023p5779026.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Connecting to LDAP Server

2016-03-14 Thread Claus Ibsen
Or some valid ldap filter that matches what you want to return (objectClass=*) It seems you need to provide a filter, not sure if the filter is just "" if that means return everything. On Mon, Mar 14, 2016 at 4:12 PM, Claus Ibsen wrote: > Try add a > > > > before sending to the ldap, so the m

Re: Connecting to LDAP Server

2016-03-14 Thread Claus Ibsen
Try add a before sending to the ldap, so the message body is empty and not null. On Mon, Mar 14, 2016 at 4:05 PM, rburdet wrote: > Im trying to connect to an online ldap server (defined here: > http://www.forumsys.com/tutorials/integration-how-to/ldap/online-ldap-test-server/ > ) > Server: lda