version 1.95.2.1, 2005/01/20 18:03:56
|
version 1.95.2.2, 2005/02/02 17:32:44
|
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.95 2004/10/06 03:51:39 hyc Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.95.2.1 2005/01/20 18:03:56 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-2005 The OpenLDAP Foundation. |
* Copyright 1999-2005 The OpenLDAP Foundation. |
Line 128 root_dse_info(
|
Line 128 root_dse_info(
|
} |
} |
continue; |
continue; |
} |
} |
if ( SLAP_GLUE_SUBORDINATE( &backends[i] ) ) { |
if ( SLAP_GLUE_SUBORDINATE( &backends[i] ) && !SLAP_GLUE_ADVERTISE( &backends[i] ) ) { |
continue; |
continue; |
} |
} |
for ( j = 0; backends[i].be_suffix[j].bv_val != NULL; j++ ) { |
for ( j = 0; backends[i].be_suffix[j].bv_val != NULL; j++ ) { |