This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 14 lines
!!! Overview
An OR [LDAP SearchFilter] is a [LDAP Filter Choice] that is intended to serve as a container that holds zero or more other [LDAP Filter Choice].
In order for an entry to match an [{$pagename}], it must match at least one of the filters contained in that [{$pagename}].
[{$pagename}] may be represented as a string by enclosing the entire filter in parentheses and placing a pipe symbol ("{{|}}") just after the opening parenthesis.
For [example], a [{$pagename}] of "{{(|(uid=john.doe)(uid=jane.doe))}}" represents an [{$pagename}] that embeds the "(uid=john.doe)" and "(uid=jane.doe)" equality filters.
An OR filter that does not contain any embedded filters is called an [Absolute True and False Filters]. The string representation for an LDAP false filter is "{{(|)}}", and LDAP false filters will never match any target entry.
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]