Are joins possible in LDAP queries?(LDAP 查询中是否可以连接?)
问题描述
我一直在做一些简单的查询,到目前为止一切正常.但是,我想在两个对象之间进行连接.LDAP 是否像 SQL 一样支持连接?示例联接在查询中的外观如何?我是否必须改为执行多个查询?
I've been doing some simple queries and so far things work. However, I would like to do a join between two objects. Does LDAP support joins like SQL does? How would an example join look like in a query? Do I have to execute multiple queries instead?
推荐答案
UnboundIDDirectory Server 和商业版 LDAP SDK 支持 JoinRequestControl,它提供的功能非常类似于 SQL 连接.除此之外,LDAP 规范中不支持标准化的 JOIN.
The UnboundID Directory Server and the commercial edition of the LDAP SDK supports the JoinRequestControl, which provides functionality very much like a SQL join. Other than that, there is no support for a standardized JOIN in the LDAP specifications.
这篇关于LDAP 查询中是否可以连接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:LDAP 查询中是否可以连接?
基础教程推荐
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
