From: Kurt Zeilenga Date: Thu, 3 Jan 2002 08:02:17 +0000 (+0000) Subject: Indicate support for True (&) and False (|) filters X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~321 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d14579589e4f9d48a9b8ae845be1f64ea1a7311a;p=openldap Indicate support for True (&) and False (|) filters --- 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 };