mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Indicate support for True (&) and False (|) filters
This commit is contained in:
parent
9ad0c5a2e5
commit
d14579589e
1 changed files with 2 additions and 1 deletions
|
|
@ -19,8 +19,9 @@
|
|||
#include <ldif.h>
|
||||
|
||||
static char *supportedFeatures[] = {
|
||||
"1.3.6.1.4.1.4203.1.5.1", /* All Operational Attributes ("+") */
|
||||
"1.3.6.1.4.1.4203.1.5.1", /* all Operational Attributes ("+") */
|
||||
"1.3.6.1.4.1.4203.1.5.2", /* OCs in Attributes List */
|
||||
"1.3.6.1.4.1.4203.1.5.3", /* (&) and (|) search filters */
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue