Is it possible to connect ldap server directly to Android phone?(是否可以将 ldap 服务器直接连接到 Android 手机?)
问题描述
我需要从 Linux 上运行的 LDAP 服务器获取联系人列表.是否有任何 android 代码或意图直接访问 ldap 内容,或者我们应该只使用 Web 服务访问 ldap?我尝试在上网,但在任何网站上都没有找到合适的解决方案.
I need to get the contact list from the LDAP Server running on Linux.Is it there any android code or intent to access the ldap contents directly or we should only use the web services to access the ldap?I tried searching on the internet but no proper solution was found in any website.
推荐答案
DanielWeisser 已经这样做了.该项目在 GIT 上,如果您允许凭据,则可以修改源代码.https://github.com/weisserd/LDAP-Sync
DanielWeisser already did that. The project is on GIT, you can modify source if you let the credentials. https://github.com/weisserd/LDAP-Sync
他使用 UnboundID LDAP Librairy 来实现这一点.
He used the UnboundID LDAP Librairy to make this.
祝你好运.
这篇关于是否可以将 ldap 服务器直接连接到 Android 手机?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:是否可以将 ldap 服务器直接连接到 Android 手机?
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
