how to use UnboundID LDAP in android?

给你一囗甜甜゛ 提交于 2020-01-13 14:12:04

问题


I want use LDAP(Lightweight Directory Access Protocol) in android.But i have no idea about LDAP. I have seen following link:

Neil's LDAP SDK post

He told like android developers don't need to worry about missing LDAP support for Android because the UnboundID LDAP SDK for Java works just fine on the Android platform. I've done quite a bit of testing and made sure that things just work. With a couple of exceptions (primarily CRAM-MD5, DIGEST-MD5, and GSSAPI, which require the Java SASL API that isn't available on Android) pretty much all of the functionality that we offer in our LDAP SDK can be used on Android

Note that there is no special "Android" version of the LDAP SDK -- the same SDK that you can use for writing desktop clients or server-side applications works without any changes on the Android platform.

How to use UnboundID LDAP SDK in android.Please any one provide tutorial or some example.


回答1:


The LDAP SDK also includes an example Android app, in the android-ldap-client directory.




回答2:


DanielWeisser already did that. The project is on GIT, you can modify source if you let the credentials. https://github.com/weisserd/LDAP-Sync

He used the UnboundID LDAP Librairy to make this.

Good luck.



来源:https://stackoverflow.com/questions/13719872/how-to-use-unboundid-ldap-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!