Hi,

There is a poperty to fix in order to return only attributes names :
env.put("java.naming.ldap.typesOnly", "true");
More information here :
http://java.sun.com/products/jndi/tutorial/ldap/misc/index.html

The * attribute means all + operational attributes
The + attribute means all + operational attributes + all others

Cimballi


On 8/29/05, Jérôme Baumgarten <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Sorry for being off-topic but some on this list may know the answers.
> 
> 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 ?
> 
> Also, what is the '+' attribute value when doing a search ?
> 
> Regards,
> Jérôme
> 
> [1] http://www.openldap.org/jldap/

Reply via email to