5 Usage: dbcheck.sh PREFIX
13 .
`dirname $0`/subunit.sh
16 $BINDIR/samba-tool dbcheck
--cross-ncs $@
19 # This test shows that this does not do anything to a current
20 # provision (that would be a bug)
21 dbcheck_reset_well_known_acls
() {
22 $BINDIR/samba-tool dbcheck
--cross-ncs --reset-well-known-acls $@
26 $BINDIR/samba-tool dbcheck
--reindex
30 $BINDIR/samba-tool dbcheck
--attrs=cn
34 $BINDIR/samba-tool dbcheck
--force-modules
37 testit
"dbcheck" dbcheck
38 testit
"reindex" reindex
39 testit
"fixed_attrs" fixed_attrs
40 testit
"force_modules" force_modules