Filter
- Base Object
- Un DN que sera a partir del cual realizaremos la busqueda.
- Scope
- It can have several values.
- base
- it will only search in the level base.
- sub
- it will make recursiva search by all the tree from the level base
- one
- search a level below the level base.
- Size Limit
- It restricts the number of entries given back as result of a search.
- Time Limit
- It restricts the execution maximum time of a search.
- Filter
- A chain that defines the conditions that must be completed to find an entry.
The filters can be concatenated with ' and', ' or' and ' not' to create more complex filters. For example a filter with base O=CHAOSDIMENSION, C=ES, scope base and filter (CN=Alex) would find the entry CN=Alex , O=CHAOSDIMENSION, C=ES.