Reading cn=schema doesn't return all requested attributes
---------------------------------------------------------
Key: DIRSERVER-1055
URL: https://issues.apache.org/jira/browse/DIRSERVER-1055
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 1.5.1
Reporter: Stefan Seelmann
When performing the following search the attributes createTimestamp and
modifyTimestamp are not in the search result, although requested:
$ ldapsearch -x -h localhost -p 10389 -D "uid=admin,ou=system" -w "secret" -b
"cn=schema" -s base "(objectClass=subschema)" objectClasses attributeTypes
ldapSyntaxes matchingRules matchingRuleUse createTimestamp modifyTimestamp |
grep "modifyTimestamp:"
However when performing this search the modifyTimestamp is returned. Note the
additonal "+" in the list of returning attributes:
$ ldapsearch -x -h localhost -p 10389 -D "uid=admin,ou=system" -w "secret" -b
"cn=schema" -s base "(objectClass=subschema)" objectClasses attributeTypes
ldapSyntaxes matchingRules matchingRuleUse createTimestamp modifyTimestamp "+"
| grep "modifyTimestamp:"
modifyTimestamp: 20070901074516Z
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.