summaryrefslogtreecommitdiff
path: root/python/samba/tests/encrypted_secrets.py
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03tests: Replace some references to tdb with ldb://Garming Sam1-1/+1
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
2017-12-18tests dsdb encrypted secrets moduleGary Lockyer1-0/+83
Add tests to check that the encrypted_secrets module encrypts secrets/sensitive attributes on disk. This test also proves that the provision and join operations correctly configure the encrypted_secrets module. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>