From: Andrew Bartlett Date: Mon, 24 Feb 2020 03:57:35 +0000 (+1300) Subject: dsdb: Rewrite comment to remove refernece to LDAP backends X-Git-Tag: ldb-2.2.0~1538 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3fc18f679e65aadcb3f7c5f4cdb64905383ea5d;p=thirdparty%2Fsamba.git dsdb: Rewrite comment to remove refernece to LDAP backends This is required despire the demise of the LDAP backend. Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Fri Feb 28 04:42:23 UTC 2020 on sn-devel-184 --- diff --git a/source4/dsdb/samdb/ldb_modules/partition.c b/source4/dsdb/samdb/ldb_modules/partition.c index d44dc19320a..2544a106d13 100644 --- a/source4/dsdb/samdb/ldb_modules/partition.c +++ b/source4/dsdb/samdb/ldb_modules/partition.c @@ -346,9 +346,11 @@ static int partition_prep_request(struct partition_context *ac, } if (req->operation == LDB_SEARCH) { - /* If the search is for 'more' than this partition, - * then change the basedn, so a remote LDAP server - * doesn't object */ + /* + * If the search is for 'more' than this partition, + * then change the basedn, so the check of the BASE DN + * still passes in the ldb_key_value layer + */ if (ldb_dn_compare_base(partition->ctrl->dn, req->op.search.base) != 0) { req->op.search.base = partition->ctrl->dn;