version 1.89, 2004/01/01 18:15:31
|
version 1.90, 2004/01/11 22:40:33
|
Line 1
|
Line 1
|
/* root_dse.c - Provides the Root DSA-Specific Entry */ |
/* root_dse.c - Provides the Root DSA-Specific Entry */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.88 2003/12/28 03:17:48 lukeh Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.89 2004/01/01 18:15:31 kurt Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1999-2004 The OpenLDAP Foundation. |
* Copyright 1999-2004 The OpenLDAP Foundation. |
Line 119 root_dse_info(
|
Line 119 root_dse_info(
|
} |
} |
|
|
for ( i = 0; i < nbackends; i++ ) { |
for ( i = 0; i < nbackends; i++ ) { |
|
if ( backends[i].be_suffix == NULL |
|
|| backends[i].be_nsuffix == NULL ) { |
|
/* no suffix! */ |
|
continue; |
|
} |
if ( backends[i].be_flags & SLAP_BFLAG_MONITOR ) { |
if ( backends[i].be_flags & SLAP_BFLAG_MONITOR ) { |
vals[0] = backends[i].be_suffix[0]; |
vals[0] = backends[i].be_suffix[0]; |
nvals[0] = backends[i].be_nsuffix[0]; |
nvals[0] = backends[i].be_nsuffix[0]; |