[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: AW: modifyTimestamp
On Tue, Jul 30, 2002 at 09:13:43AM +0100, Andrew McCall wrote:
> On Monday 29 July 2002 7:31 pm, Christoph Neumann wrote:
> > You have to specifically request the "modifyTimestamp" attribute to be
> > returned. It is considered an "operational" attribute and is not returned
> > unless you specifically request it. You must also have the appropriate
> > permission to view the attribute.
> >
> > In OpenLDAP, you can ask for "+" to fetch all the operational attributes
> > for an entry. That would look something like this:
> >
> > ldapsearch -LLL -W -D "cn=Manager,dc=example,dc=com" -b
> > "cn=Christoph,ou=People,dc=dexample,dc=com" "(objectClass=*)" '+'
> >
> > Or just ask for the "modifyTimestamp" attribute by name. The "+" is
> > similar in concept to the "*" which returns all the non-operational
> > attributes.
> >
> > - Christoph
>
> Ahhhhh....
>
> That works fine now :)
>
> Is there a way of getting a complete dump of a user with both the operational
> and non-operational attributes?
AFAIK it is be possible to use "+" and "*" together.
--
Ralf Haferkamp
SuSE Linux AG - The Linux Experts -
Deutschherrnstrasse 15-19 http://www.suse.com
D-90429 Nuernberg, Germany Tel: +49-911-74053-0