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

Re: Problems with ldapsearch



Hi, the problem is (!(uid=zuul)) don't show the entry uid=zuul. I want search the entry and see all attributes except one concrete attribute, for example jpegphoto.


Wolf-Agathon Schaly wrote:

Jose Manuel Lopez wrote:

Hello, I need to extract of my directory service (openldap) all the entrys with all the attributes except one concrete.
I don't know how deny one attribute.



Thank you.

Have you tried

ldapsearch -x '(&(objectClass=posixAccount)(!(uid=zuul)))'

HTH

cheers
   Wolf-Agathon