mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Indicate support for True (&) and False (|) filters
This commit is contained in:
parent
9ad0c5a2e5
commit
d14579589e
@ -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 New Issue
Block a user