Skip to content
Snippets Groups Projects
Commit d1457958 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Indicate support for True (&) and False (|) filters

parent 9ad0c5a2
No related branches found
No related tags found
Loading
......@@ -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
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment