]> git.sur5r.net Git - openldap/commitdiff
Indicate support for True (&) and False (|) filters
authorKurt Zeilenga <kurt@openldap.org>
Thu, 3 Jan 2002 08:02:17 +0000 (08:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 3 Jan 2002 08:02:17 +0000 (08:02 +0000)
servers/slapd/root_dse.c

index 7328f242c88320c96ac613cc8ef0959a13023225..49f8502b9f753511f115ff445c237c40ce7e738d 100644 (file)
@@ -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
 };