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