version 1.91, 2004/04/05 18:28:18
|
version 1.92, 2004/04/05 19:00:16
|
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.90 2004/01/11 22:40:33 ando Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.91 2004/04/05 18:28:18 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 124 root_dse_info(
|
Line 124 root_dse_info(
|
/* no suffix! */ |
/* no suffix! */ |
continue; |
continue; |
} |
} |
if ( SLAP_MONITOR( backends[i].be_flags )) { |
if ( SLAP_MONITOR( &backends[i] )) { |
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]; |
if( attr_merge( e, ad_monitorContext, vals, nvals ) ) { |
if( attr_merge( e, ad_monitorContext, vals, nvals ) ) { |