This article applies to:
· WebDir 4.0
Problem:
Security groups appear in search results which may become a problem if they are intended to be seen and accesses by relevant users only.
Cause:
By default, WebDir allows security groups to be visible to all users in search results.
Resolution:
Groups can be excluded from search results according to their types by specifying some settings in the ‘Settings’ tab and writing a value or query for ‘Engine.SearchSuperFilter’ object.
The values for different group types are Global: (-2147483646), Domain Local: (-2147483644) and Universal: (-2147483640). These can be written in the value field of ‘Engine.SearchSuperFilter’ object in the following format:
(&(!groupType=-2147483646)(!groupType=-2147483644)(!groupType=-2147483640))
The above setting will exclude Global, Domain Local and Universal Security Groups from search results.