summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/rodc_rwdc.py
Commit message (Expand)AuthorAgeFilesLines
* s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-121-1/+1
* python: Bulk conversion callers of ldb.Dn second paramNoel Power2018-04-301-3/+3
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-19/+20
* dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-15/+30
* dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-5/+5
* selftest: close connections after tests in samba4.ldap.rodc_rwdc.pythonJamie McClymont2018-01-091-0/+10
* tests/rodc: Check that new passwords trigger wiping on RODCGarming Sam2017-05-301-0/+34
* tests/rodc: Check SID restriction for SendToSamGarming Sam2017-05-301-0/+72
* tests/rodc: Add password lockout tests with RODC-auth, RWDC-checkGarming Sam2017-05-301-0/+466
* tests/rodc: Test for NTLM wrong password forwardingGarming Sam2017-05-301-1/+3
* password_lockout: Tests against RODC (once preloaded)Garming Sam2017-04-131-2/+132
* tests/rodc: Add a number of tests for RODC-RWDC interactionGarming Sam2017-04-131-0/+585