I'm trying to search on the CDA-EX-DIRECTORY attribute. It works with omsearch, but not with omldapsearch. For instance:
omldapsearch '(!(CDA-EX-DRIECTORY=1))'
returns nothing, while:
omsearch -e s=*/ex-cda-directory!=1
returns appropriate entries.
Is there something I'm missing here?