开发者

Good LDAP library for BlackBerry?

开发者 https://www.devze.com 2022-12-30 03:27 出处:网络
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 connec

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 s开发者_StackOverflow中文版ome 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!


From what I can tell, the LDAPQuery class in the RIM API does not work. Please let me know if this is wrong.

0

精彩评论

暂无评论...
验证码 换一张
取 消