summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/unicodepwd_encrypted.py
AgeCommit message (Collapse)AuthorFilesLines
2024-04-24python: Move get_admin_sid() to SamDBJo Sutton1-10/+3
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2024-04-21s4:dsdb:tests: Make use of ‘ldb’ parameterJo Sutton1-2/+2
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-04-06dsdb/tests: Add test for modification of unicodePwd over a cleartext/signed ↵Rob van der Linde1-0/+151
connection This demonstrates that the server did not detect CVE-2023-0922 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>