[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: AW: modifyTimestamp
On Tue, 30 Jul 2002, Andrew McCall wrote:
...
> > 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?
Andrew already answered the question. Furthermore, the manual for ldapsearch
ALSO answers the question!
If ldapsearch finds one or more entries, the attributes
specified by attrs are returned. If * is listed, all user
attributes are returned. If + is listed, all operational
attributes are returned. If no attrs are listed, all
attributes are returned. If only 1.1 is listed, no
attributes will be returned.