Hiding users from anonymous searches

Hi,

I am trying to hide certain users from anonymous searches. To be specific, I don't want certain users to show up in global address book searches from UWC and/or outlook or other anonymous searches. It was suggested on another forum to add an attribute like privateuser=true for those users and then build an ACI to not display them for anonymous searches. Could anyone provide some advice on how to build such an ACI.

Thanks,

Darren

[462 byte] By [DarrenLCCa] at [2007-11-26 14:53:49]
# 1
(targetattr = "*") (target = "ldap:///ou=testOU,dc=pooh,dc=com") (targetfilter = privateuser=true) (version 3.0;acl "testACI";deny (all)(userdn = "ldap:///anyone");)
sun_iplaneta at 2007-7-8 8:42:12 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Thanks.. I will give this a try and let you know how it works out.Thanks again for the help.Darren
DarrenLCCa at 2007-7-8 8:42:12 > top of Java-index,Web & Directory Servers,Directory Servers...