Diff for /servers/slapd/root_dse.c between versions 1.61.2.7 and 1.61.2.8

version 1.61.2.7, 2003/02/09 16:31:36 version 1.61.2.8, 2003/02/10 19:22:47
Line 1 Line 1
 /* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.74 2003/02/08 20:53:07 kurt Exp $ */  /* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.61.2.7 2003/02/09 16:31:36 kurt Exp $ */
 /* root_dse.c - Provides the ROOT DSA-Specific Entry  /* root_dse.c - Provides the ROOT DSA-Specific Entry
  *   *
  * Copyright 1999-2003 The OpenLDAP Foundation.   * Copyright 1999-2003 The OpenLDAP Foundation.
Line 17 Line 17
 #include <ac/string.h>  #include <ac/string.h>
   
 #include "slap.h"  #include "slap.h"
   #include <ldif.h>
   #include "lber_pvt.h"
   
 #ifdef LDAP_SLAPI  #ifdef LDAP_SLAPI
 #include "slapi.h"  #include "slapi.h"
 #endif  #endif
 #include <ldif.h>  
 #include "lber_pvt.h"  
   
 static struct berval supportedFeatures[] = {  static struct berval supportedFeatures[] = {
         BER_BVC(LDAP_FEATURE_ALL_OPERATIONAL_ATTRS), /* all Operational Attributes ("+") */          BER_BVC(LDAP_FEATURE_ALL_OPERATIONAL_ATTRS), /* all Operational Attributes ("+") */

Removed from v.1.61.2.7  
changed lines
  Added in v.1.61.2.8


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