Hello Alex, > I already implemented the + feature from RFC3673
That's really cool... But some work has to done in order to finish RFC3673 support. Here is a quote from RFC3673 [section 2] [...] Servers supporting this feature SHOULD publish the Object Identifier 1.3.6.1.4.1.4203.1.5.1 as a value of the 'supportedFeatures' [RFC3674] attribute in the root DSE. [...] 0.9.2-SNAPSHOT (08/11/2005) that I tested does not have any supportedFeatures listed in the RootDSE entry. Our application relies upon supportedFeatures attribute values to detect whether RFC3673 is supported. Sincerely yours, Kirill Kovalenko Product Manager Softerra LLC http://www.softerra.com http://www.ldapadministrator.com -----Original Message----- From: Alex Karasulu [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 7:13 PM To: Apache Directory Developers List Subject: Re: [jira] Commented: (DIREVE-210) All User Attribures ("*") is not supported Kirill Kovalenko wrote: >Alex, > > > >>It would be most excellent if you could confirm them for me. >> >> > >Yes, I can confirm that it works now. > > > >>Also it would be really nice if Apache DS supports RFC3673 >>(All Operational Attributes). >> >> > >What about this feature? Should I issue a separate JIRA request for it? > > I already implemented the + feature from RFC3673 give it a try like for example ... ldapsearch -b 'uid=admin,ou=system' -s base -h localhost -p 10389 -x -w secret -D 'uid=admin,ou=system' '(objectClass=*)' 'objectClass' '+' So I don't think we need another JIRA issue. Perhaps next time you can file new feature requests separately. That way when we do a changelog from JIRA we see the 3673 addition as a new feature in addition to the bug fix. Thanks regardless its good to have such feedback anyway we can get it. Alex
