[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldapsearch with -S returns all attributes (ITS#1180)



Full_Name: Dave Morriss
Version: 2.0.11
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (137.195.148.12)


The command:

ldapsearch -x -LLL '(uid=cen*)' uid mail

correctly returns only the uid and mail attributes from the relevant entries.
However,
when the result is sorted, as in:

ldapsearch -x -LLL -Ssn '(uid=cen*)' uid mail

then all attributes are returned.