diff options
-rw-r--r-- | source4/lib/ldb/common/ldb_dn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_dn.c b/source4/lib/ldb/common/ldb_dn.c index 639e8b2837..8beda35f67 100644 --- a/source4/lib/ldb/common/ldb_dn.c +++ b/source4/lib/ldb/common/ldb_dn.c @@ -767,6 +767,7 @@ static bool ldb_dn_explode(struct ldb_dn *dn) continue; case '=': + case '+': /* to main compatibility with earlier versions of ldb indexing, we have to accept the base64 encoded binary index @@ -779,7 +780,6 @@ static bool ldb_dn_explode(struct ldb_dn *dn) } /* fall through */ case '\n': - case '+': case '<': case '>': case '#': |