mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
7009479b7a
The current defaults for SamDB are to create the database file if it does not exist. Most of the uses of SamDB assume the database already exists, and so auto-creation is not the desired behaviour. TDB will overwrite an existing non TDB file with a newly created TDB file. This becomes an issue when using alternate database file formats i.e. lmdb. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> |
||
---|---|---|
.. | ||
dns | ||
encrypted_secrets | ||
getncchanges | ||
netlogon | ||
ntlmv1-restrictions | ||
ntlmv2-restrictions | ||
README | ||
replica_sync | ||
samba3.vfs.fruit | ||
smbclient-smb3 |
# Files in this directory contain lists of regular expressions # matching the names of tests that are temporarily expected to fail. # # "make test" will not report failures for tests listed here and will consider # a successful run for any of these tests an error. # # Empty lines and lines begining with '#' are ignored. # Please don't add tests to this README!