--- servers/slapd/root_dse.c 2002/01/02 16:05:12 1.53 +++ servers/slapd/root_dse.c 2002/01/03 07:02:17 1.54 @@ -1,4 +1,4 @@ -/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.52 2002/01/02 10:00:37 hyc Exp $ */ +/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.53 2002/01/02 16:05:12 kurt Exp $ */ /* root_dse.c - Provides the ROOT DSA-Specific Entry * * Copyright 1999-2000 The OpenLDAP Foundation. @@ -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 };