3.15.2. SearchFilter Previous topic Parent topic Child topic Next topic

This parameter specifies the LDAP search filter that is used to find the LDAP records that contain Client data. The default value is (objectclass=oscRadiusClient), which is compatible with the example schema provided in goodies/radiator-ldap.schema in your Radiator distribution. Special characters are supported.
This example finds oscRadiusClient LDAP objects, but only the ones for a specific location. It shows how you can use LDAP boolean expressions to select records from the LDAP database:
SearchFilter (&(objectclass=oscRadiusClient)(location=my_pop_1))