Jérôme Baumgarten wrote:
Hi,
Sorry for being off-topic but some on this list may know the answers.
NP that's what the [OT] prefix is for :).
org.apache.ldap.common.message.SearchRequest contains information
about the "types only" search. Also, it is possible to do the same
with the JLDAP [1] API. But I didn't find the way to do this with
JNDI. How am I supposed to pass this information ?
Cimballi and Emmanuel have pointed out the JNDI attribute for doing this.
Also, what is the '+' attribute value when doing a search ?
This means return all the operational attributes present within
entries. It's usually used to discover all the operational attributes
resident.
Alex