[
https://issues.apache.org/jira/browse/DIRSERVER-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kiran Ayyagari closed DIRSERVER-1604.
-------------------------------------
Resolution: Fixed
I ran the command
ldapsearch -H ldap://localhost:10389 -x -D "uid=admin,ou=system" -W -b
"ou=system" -s sub -a always -z 1 "(objectClass=*)" "+"
and got the expected output (only operaational attributes were returned)
Looks like this is resolved during the recent changes to code.
> The '+' special attribute used for lookups isn't handled correctly
> ------------------------------------------------------------------
>
> Key: DIRSERVER-1604
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1604
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 1.5.7
> Reporter: Emmanuel Lecharny
> Priority: Blocker
> Fix For: 2.0-M1
>
>
> Doing a lookup and passing only the '+' attribute returns *all* the
> attributes, including the users attribute. This is not what is expected, if
> we read RFC 3673
> I have to check if we don't do the same error for searches
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira