mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Fix defaultSearchBase
This commit is contained in:
parent
30a6f4d24d
commit
8dd2d202e5
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ int
|
|||
config_search_base(ConfigArgs *c) {
|
||||
struct berval dn;
|
||||
int rc;
|
||||
if(c->bi || c->be) {
|
||||
if(c->bi || c->be != frontendDB) {
|
||||
Debug(LDAP_DEBUG_ANY, "%s: line %lu: defaultSearchBase line must appear "
|
||||
"prior to any backend or database definition\n",
|
||||
c->fname, c->lineno, 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue