Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道java提供了一组api来联系LDAP服务器,并且一个进程可以通过提供凭据来联系LDAP服务器,但我一直认为除了用户名和密码之外要更新 LDAP,应该加入联系LDAP的PC windows 域。
这是错误的假设吗?
这种假设确实是错误的。
LDAP 不是特定于 Windows 的技术。更新目录数据所需的只是能够连接到适当的端口(389 用于未加密或 TLS 加密的连接,或 636 用于 SSL 加密的连接)并使用拥有的用户的凭据绑定到 LDAP 服务器足够的访问权限来修改您想到的属性。