mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Ignore include file records when loading LDIF tree, their contents
have already been incorporated into the LDIF.
This commit is contained in:
parent
15fe667281
commit
931d7f4a95
@ -3277,8 +3277,10 @@ config_add_internal( CfBackInfo *cfb, Entry *e, SlapReply *rs, int *renum )
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case Cft_Include:
|
case Cft_Include:
|
||||||
if ( !rs ) /* ignored */
|
if ( !rs ) {
|
||||||
|
nocs = 0; /* ignored */
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
type_ad = cfAd_include;
|
type_ad = cfAd_include;
|
||||||
break;
|
break;
|
||||||
#ifdef SLAPD_MODULES
|
#ifdef SLAPD_MODULES
|
||||||
|
Loading…
Reference in New Issue
Block a user