Page 1 of 1

omldapsearch filter

Posted: Fri Jun 16, 2006 11:26 am
by vlaurenz
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?

Posted: Fri Jun 16, 2006 12:07 pm
by vlaurenz
If anyone hadn't guessed, I was trying to hide stuff from the SWA addressbook.

I've found that you CAN hide PDLs in the SWA. Add this to your swa.ldap.1.filter in /etc/opt/scalix/webmail/swa.properties:

(!(objectClass=scalixDistributionList))

This should give you hints about how to hide other stuff, ie: other private addresses.

Hope this helps.