From d14579589e4f9d48a9b8ae845be1f64ea1a7311a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 3 Jan 2002 08:02:17 +0000 Subject: [PATCH] Indicate support for True (&) and False (|) filters --- servers/slapd/root_dse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/slapd/root_dse.c b/servers/slapd/root_dse.c index 7328f242c8..49f8502b9f 100644 --- a/servers/slapd/root_dse.c +++ b/servers/slapd/root_dse.c @@ -19,8 +19,9 @@ #include 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 }; -- 2.39.5