dsdb: Rewrite comment to remove refernece to LDAP backends
authorAndrew Bartlett <abartlet@samba.org>
Mon, 24 Feb 2020 03:57:35 +0000 (16:57 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 28 Feb 2020 04:42:23 +0000 (04:42 +0000)
This is required despire the demise of the LDAP backend.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Feb 28 04:42:23 UTC 2020 on sn-devel-184

source4/dsdb/samdb/ldb_modules/partition.c

index d44dc19320a33632a1a46e24b85d01f647c81d5d..2544a106d131e11f0e1f30d4b40aa77b4caf47c8 100644 (file)
@@ -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;