summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/linked_attributes.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-03-01 22:47:33 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-03-02 02:03:58 +0100
commit0a78c57be64c3b47b0a685c248c7738559a64bf0 (patch)
tree87ae952cc9e9436e1c752155b5ebc9ccdfe2ec53 /source4/dsdb/samdb/ldb_modules/linked_attributes.c
parent016a8d214ab23883e9d50c46d3a8cc18f9454368 (diff)
downloadsamba-0a78c57be64c3b47b0a685c248c7738559a64bf0.tar.gz
samba-0a78c57be64c3b47b0a685c248c7738559a64bf0.tar.bz2
samba-0a78c57be64c3b47b0a685c248c7738559a64bf0.zip
s4-dsdb: Ensure we permit multi-valued backlinks on single-valued attributes
This was already done in repl_meta_data, but it needs to be done here as well to cope with Windows 2000 level links. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Mar 2 02:03:58 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/linked_attributes.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/linked_attributes.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/linked_attributes.c b/source4/dsdb/samdb/ldb_modules/linked_attributes.c
index 324faa2c2a..393f00fdb6 100644
--- a/source4/dsdb/samdb/ldb_modules/linked_attributes.c
+++ b/source4/dsdb/samdb/ldb_modules/linked_attributes.c
@@ -975,6 +975,13 @@ static int la_do_op_request(struct ldb_module *module, struct la_context *ac, st
ret_el->values[0] = data_blob_string_const(ldb_dn_get_extended_linearized(new_msg, ac->del_dn, 1));
}
+ /* a backlink should never be single valued. Unfortunately the
+ exchange schema has a attribute
+ msExchBridgeheadedLocalConnectorsDNBL which is single
+ valued and a backlink. We need to cope with that by
+ ignoring the single value flag */
+ ret_el->flags |= LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK;
+
#if 0
ldb_debug(ldb, LDB_DEBUG_WARNING,
"link on %s %s: %s %s\n",