summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/rodc_rwdc.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-30s4:dsdb:tests: Remove unused importsJoseph Sutton1-2/+1
2022-03-10rodc: Add tests for simple BIND alongside NTLMSSP bindsGarming Sam1-22/+37
2022-03-10dsdb/tests: let all BasePasswordTestCase tests provide self.host_url[_ldaps]Stefan Metzmacher1-0/+4
2022-03-06s4:kdc: redirect pre-authentication failures to an RWDCStefan Metzmacher1-2/+1
2021-10-20selftest: Increase account lockout windows to make test more realiableJoseph Sutton1-2/+2
2021-10-20pytest/rodc_rwdc: try to avoid race.Douglas Bagnall1-0/+4
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-12/+12
2019-04-02Spelling fix s/informations/information/Mathieu Parent1-2/+2
2019-03-04tests/rodc_rwdc: p.communicate() gives bytes, not strDouglas Bagnall1-1/+1
2018-12-10s4/dsdb/tests/python: PY3 port for samba4.ldap.rodc_rwdc.pythonNoel Power1-10/+15
2018-11-02tests/py/rodc_rwdc: Fix py2/py3 .next compat issuesNoel Power1-3/+2
2018-11-01tests/rodc_rwdc: fix message formatDouglas Bagnall1-1/+1
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-3/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+4
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo1-34/+17
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-4/+4
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E211: whitespace before '('Joe Guo1-1/+1
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-17/+17
2018-05-12s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power1-1/+1
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-3/+3
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-19/+20
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-15/+30
2018-02-15dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall1-5/+5
2018-01-09selftest: close connections after tests in samba4.ldap.rodc_rwdc.pythonJamie McClymont1-0/+10
2017-05-30tests/rodc: Check that new passwords trigger wiping on RODCGarming Sam1-0/+34
2017-05-30tests/rodc: Check SID restriction for SendToSamGarming Sam1-0/+72
2017-05-30tests/rodc: Add password lockout tests with RODC-auth, RWDC-checkGarming Sam1-0/+466
2017-05-30tests/rodc: Test for NTLM wrong password forwardingGarming Sam1-1/+3
2017-04-13password_lockout: Tests against RODC (once preloaded)Garming Sam1-2/+132
2017-04-13tests/rodc: Add a number of tests for RODC-RWDC interactionGarming Sam1-0/+585