summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/password_settings.py
AgeCommit message (Expand)AuthorFilesLines
2026-01-15dsdb:password_hash: reject password reset with UNWILLING_TO_PERFORMDouglas Bagnall1-2/+4
2023-10-13s4:dsdb:tests: Fix assertion messagesJoseph Sutton1-2/+2
2023-08-03s4:dsdb:tests: Fix code spellingAndreas Schneider1-2/+2
2022-06-26dsdb: Allow password history and password changes without an NT hashAndrew Bartlett1-4/+1
2021-11-09CVE-2020-25722 selftest: Catch possible errors in PasswordSettingsTestCase.te...Andrew Bartlett1-11/+19
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-8/+8
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-09-21python tests: fix format() strings for Python 2.6Douglas Bagnall1-1/+1
2018-08-17Refactor for PEP8 warning E501 line too longTim Beale1-3/+8
2018-08-17Fix PEP8 warning E501 line too longTim Beale1-23/+30
2018-08-17Fix PEP8 warning W503 line break before binary operatorTim Beale1-2/+2
2018-08-17Fix PEP8 warning E302 expected 2 blank linesTim Beale1-0/+1
2018-08-17Fix PEP8 warning F401 'blah' imported but unusedTim Beale1-4/+1
2018-08-17Fix PEP8 warning E225 missing whitespace around operatorTim Beale1-5/+5
2018-08-17Fix PEP8 warning F841 local variable 'blah' is assigned to but never usedTim Beale1-1/+0
2018-08-17Fix PEP8 warning E201/202/203 array/dict whitespaceTim Beale1-1/+1
2018-08-17Fix PEP8 warning E711 comparison to NoneTim Beale1-1/+1
2018-07-13s4/dsdb/tests/python: base64.b64encode returns bytesNoel Power1-3/+3
2018-06-20tests: Increase minPwdAge used for PSO testsTim Beale1-3/+3
2018-05-30selftest: Make create_test_ou() return a ldb.DnAndrew Bartlett1-2/+2
2018-05-30tests: Fix intermittent error in PSO testTim Beale1-0/+3
2018-05-23tests: Add tests for domain pwdHistoryLengthTim Beale1-0/+62
2018-05-23tests: Extend PSO tests to cover password-history/length/complexityTim Beale1-5/+0
2018-05-11tests: Add tests for Password Settings ObjectsTim Beale1-0/+802