ldap_static_group_member_filter

Optional LDAP search filter for finding all static members of a group. Use %s as the placeholder for the group name in the filter.

ldap_static_group_member_filter = filter

The full LDAP search grammar is specified in RFC 2254 and RFC 2251.

If unspecified, then the following default search filter is generated based on the group object class and group attribute:

ldap_static_group_member_filter = "(&(<ldap_static_member_attribute>=<user DN>)(objectClass=<ldap_static_group_class))"