Reputation: 447
I want to add LDAP authentication in our application. I have searched and found two apps on Github, but they don't connect to server. What is a necessary condition to connect the server through ldap?
Upvotes: 3
Views: 17997
Reputation: 11026
Look into the UnboundID SDK. They have an kit for Android.
Source code for the app is available from UnboundID in their LDAP SDK.
Upvotes: 4
Reputation: 12034
You can find and example of authentication with ldap in this example and the android usage here
Upvotes: 1