version 1.52, 2002/01/02 10:00:37
|
version 1.53, 2002/01/02 16:05:12
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.51 2001/12/26 15:42:35 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.52 2002/01/02 10:00:37 hyc Exp $ */ |
/* root_dse.c - Provides the ROOT DSA-Specific Entry |
/* root_dse.c - Provides the ROOT DSA-Specific Entry |
* |
* |
* Copyright 1999-2000 The OpenLDAP Foundation. |
* Copyright 1999-2000 The OpenLDAP Foundation. |
Line 72 root_dse_info(
|
Line 72 root_dse_info(
|
/* the DN is an empty string so no pretty/normalization is needed */ |
/* the DN is an empty string so no pretty/normalization is needed */ |
assert( !e->e_name.bv_len ); |
assert( !e->e_name.bv_len ); |
assert( !e->e_nname.bv_len ); |
assert( !e->e_nname.bv_len ); |
|
|
|
|
e->e_private = NULL; |
e->e_private = NULL; |
|
|
Line 222 int read_root_dse_file( const char *fnam
|
Line 221 int read_root_dse_file( const char *fnam
|
|
|
ch_free( buf ); |
ch_free( buf ); |
|
|
Debug(LDAP_DEBUG_CONFIG,"rootDSE file %s read.\n", fname, 0, 0); |
Debug(LDAP_DEBUG_CONFIG, "rootDSE file %s read.\n", fname, 0, 0); |
return rc; |
return rc; |
} |
} |