Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Value range: 1 - 50
  • Defines how many entries will be shown on list with search results. If more entries are available for search result user needs to specify search string. Also proper notification will be displayed when end of list is reached.

 

Filter's syntax

Basic rules of syntax

Basic LDAP filter consist one consists of one simple criterion. More advanced filters could use more criteria. Each criterion in filter can be concatenated by logical operators. Such operators are always placed in front of the operands (criteria).

...

Following operators can be used to create filters used to search in a LDAP Online Directory:

Operator
Meaning
Example
=Equality(attribute1=abc)
!=Negation(!(attribute1=abc))
>=Greater than(attribute1>=1000)
<=Less than(attribute1<=1000)
~=

Proximiy

(LDAP server dependent)

(attribute1~=abc)
*Wildcard(attr1=ab*) or (attr1=*c) or (attr1=*b*)

...

(givenName=James \28Jim\29) - will find any entry with givenName attribute's value equal to "James (Jim)"

 

WebUI configuration

Web Configurator settings

Name Filter and Number Filter

In WebUI Web Configurator user can configure two sets of search criteria (filters). One for Online Directory browsing (Name Filter) and one for autolookup function (Number Filter).

...

It is possible to define any attribute to work as "no show" flag. To achieve it achieve this, following construction is required:

...