Page 1 of 1

Hidden users still visible

Posted: Sat Feb 18, 2006 4:23 am
by mephisto
Hi,

I'm using Scalix 10 CE and I noticed that users who shouldn't be listet in the address book still are visible there. First I tried to hide sxadmin with the checkbox in SAC, then I created a hidden internet address. Both are visible in the SWA address book nevertheless.
Then I tried to hide the admin groups with commands like these:

Code: Select all

ommodent -e cn=ScalixUserAttributesAdmins -n EX-CDA-DIRECTORY=1
omexeccda

No avail.
Is this a bug or am I doing something wrong?

Regards,

Mephisto

Posted: Sat Feb 18, 2006 1:09 pm
by florian
As of the current version of Scalix, the hide functionality available in both command line and SAC will only hide the user from the Outlook Addressbook.

This is a known limitation and will be adressed in a future release.

If you absolutely need to hide users from your SWA address book, this can be done by playing around with the LDAP filter conditions in /etc/opt/scalix/webmail/swa.properties.

Cheers,
Florian.

Posted: Fri Jun 16, 2006 11:58 am
by vlaurenz
You CAN hide PDLs in the SWA. Add this to your swa.ldap.1.filter in /etc/opt/scalix/webmail/swa.properties:

(!(objectClass=scalixDistributionList))

Hope this helps.

swa.properties filtering

Posted: Sun Jun 18, 2006 11:56 am
by nontrivial
vlaurenz,

Nice tip, thanks! Can you poing me anywhere there might be more information on manipulating the swa.properites filtering?

James