directory.search_filter

Background

This parameter specifies the filter which is used to select directory entries for searching through Funnelback. This value will normally be in the form of an LDAP query such as (objectClass=person). Microsoft provides an LDAP query basics tutorial which provides a number of useful examples.

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the directory.search_filter key, and set the value. This can be set to any valid String value.

Default value

(none)

Examples

directory.search_filter=(&(objectClass=person)(mail=*))