Diff for /servers/slapd/root_dse.c between versions 1.61 and 1.61.2.1

version 1.61, 2002/02/15 15:33:44 version 1.61.2.1, 2002/04/15 15:21:56
Line 1 Line 1
 /* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.60 2002/02/15 15:27:31 hyc Exp $ */  /* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.62 2002/04/08 16:37:38 ando Exp $ */
 /* root_dse.c - Provides the ROOT DSA-Specific Entry  /* root_dse.c - Provides the ROOT DSA-Specific Entry
  *   *
  * Copyright 1999-2002 The OpenLDAP Foundation.   * Copyright 1999-2002 The OpenLDAP Foundation.
Line 17 Line 17
   
 #include "slap.h"  #include "slap.h"
 #include <ldif.h>  #include <ldif.h>
   #include "lber_pvt.h"
 #define BVC(x) {sizeof(x)-1, x}  
   
 static struct berval supportedFeatures[] = {  static struct berval supportedFeatures[] = {
         BVC("1.3.6.1.4.1.4203.1.5.1"), /* all Operational Attributes ("+") */          BER_BVC("1.3.6.1.4.1.4203.1.5.1"), /* all Operational Attributes ("+") */
         BVC("1.3.6.1.4.1.4203.1.5.2"), /* OCs in Attributes List */          BER_BVC("1.3.6.1.4.1.4203.1.5.2"), /* OCs in Attributes List */
         BVC("1.3.6.1.4.1.4203.1.5.3"), /* (&) and (|) search filters */          BER_BVC("1.3.6.1.4.1.4203.1.5.3"), /* (&) and (|) search filters */
         BVC("1.3.6.1.4.1.4203.1.5.4"), /* Language Tag Options */          BER_BVC("1.3.6.1.4.1.4203.1.5.4"), /* Language Tag Options */
         BVC("1.3.6.1.4.1.4203.1.5.5"), /* Language Range Options */          BER_BVC("1.3.6.1.4.1.4203.1.5.5"), /* Language Range Options */
         {0,NULL}          {0,NULL}
 };  };
   

Removed from v.1.61  
changed lines
  Added in v.1.61.2.1


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org