ITS#7608 allow slapadd w/unknown RDNs for config DB

This commit is contained in:
Howard Chu 2013-05-27 18:51:34 -07:00
parent 288e0041de
commit b7df586674

View File

@ -40,6 +40,8 @@
#include "slapcommon.h"
extern int slap_DN_strict; /* dn.c */
static char csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE ];
typedef struct Erec {
@ -96,11 +98,19 @@ again:
{
BackendDB *bd;
Entry *e;
int prev_DN_strict;
if ( erec->lineno < jumpline )
goto again;
if ( !dbnum ) {
prev_DN_strict = slap_DN_strict;
slap_DN_strict = 0;
}
e = str2entry2( buf, checkvals );
if ( !dbnum ) {
slap_DN_strict = prev_DN_strict;
}
if ( enable_meter )
lutil_meter_update( &meter,