mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 06:43:09 -05:00
Fix rootDN check
This commit is contained in:
parent
c0504b05a5
commit
a2dd092291
1 changed files with 1 additions and 2 deletions
|
|
@ -726,8 +726,7 @@ log_cf_gen(ConfigArgs *c)
|
|||
Debug( LDAP_DEBUG_ANY, "%s: %s \"%s\"\n",
|
||||
c->log, c->msg, c->value_dn.bv_val );
|
||||
rc = 1;
|
||||
}
|
||||
if ( BER_BVISEMPTY( &li->li_db->be_rootdn )) {
|
||||
} else if ( BER_BVISEMPTY( &li->li_db->be_rootdn )) {
|
||||
snprintf( c->msg, sizeof( c->msg ),
|
||||
"<%s> no rootDN was configured for suffix",
|
||||
c->argv[0] );
|
||||
|
|
|
|||
Loading…
Reference in a new issue