views:

49

answers:

1

I am looking for nice Java LDAP library suitable for using on BlackBerry. There is some basic support for LDAP in BlackBerry Java SDK, however it is too basic and I would like to use direct TCP connections instead of MDS (MDS is the only transport option when using LDAP classes from standard BB SDK).

Regarding features I basically want to search some users and their attributes. To put it simple we can assume I am building a telephone book, but the clients are only reading entries from the server, not adding anything.

If there is no LDAP lib ready-to-run on BlackBerry, a Java library could work too, if it would not be too difficult to port...

Thanks for any pointers!

A: 

Have you already found a library ? I'm also stuck on that problem and I'm looking for a LDAP lib for Blackberry. But without any success so far :(

Kritzli
This is not an answer, so please post this kind of questions as comments.I haven't found any suitable lib. Our solution was to build web-services proxy that do the LDAP logic and our BlackBerry terminals use them.
pajton
I'm sorry, but I'm new here and have overseen the possibility to post it as a comment. Well, nevertheless thanks for your reply. If this is working I will give it a try.
Kritzli