s4-dsdb: check for single valued attribute in repl_meta_data module
authorMatthieu Patou <mat@matws.net>
Sun, 3 Jul 2011 18:06:34 +0000 (22:06 +0400)
committerAndrew Tridgell <tridge@samba.org>
Mon, 11 Jul 2011 04:32:44 +0000 (14:32 +1000)
commit3764b93b7c9df4bcc03e4fbf2e1acb5f7a3d268d
tree7d7668c4632eb9ae8e1212a8833b14f113480583
parente14725c8fe4c257d9951d48d3093ecb9916abfae
s4-dsdb: check for single valued attribute in repl_meta_data module

This is needed because we can have more than 1 value in a single valued
attribute as we store also deleted values. So we do the check in repl_meta_data
and then indicate LDB to do the check.

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/dsdb/samdb/ldb_modules/repl_meta_data.c