Hi Alex, Thanks for the fast answer. Listing the attributes directly works fine, but the '+' seems not to work, at least if I try it with Apache Directory Studio. Is there also an attribute containing an operational id for the entry?
Tanja -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Karasulu Sent: Mittwoch, 14. Mai 2008 17:32 To: [email protected] Subject: Re: modification time and id for an entry Yep there is. The modifiersName and the modifyTimestamp operational attributes must be requested explicitly in the set of attributes requested. You can just list these attributes or you can also specify '+' which is a wildcard to return all the operational attributes in those entries returned by your filter. HTH, Alex On Wed, May 14, 2008 at 11:21 AM, Tanja Ertl <[EMAIL PROTECTED]> wrote: > Hi, > > > > Is it possible to request the id and the modification time for an entry > through an ldap query? > > > > Thanks, > > Tanja > >
