summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/password_lockout.py
Commit message (Expand)AuthorAgeFilesLines
* PY3: change shebang to python3 in source4/dsdb dirJoe Guo2018-12-141-1/+1
* s4/dsdb/tests/python: PY3 Port samba4.ldap.password_lockoutNoel Power2018-12-101-2/+2
* PY3: net.change_password & net.set_password take string not bytesNoel Power2018-12-101-4/+4
* CVE-2018-16857 tests: Sanity-check password lockout works with default valuesTim Beale2018-11-281-0/+30
* python: do not use "is" for string equalityDouglas Bagnall2018-10-291-3/+3
* selftest: Split up password_lockout into tests with and without a call to sle...Andrew Bartlett2018-09-031-142/+157
* selftest: Prepare to allow override of lockout duration in password_lockout t...Andrew Bartlett2018-09-031-5/+4
* PEP8: improve formatting around bit-wise OR ("|")Douglas Bagnall2018-08-241-12/+12
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-1/+1
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo2018-08-241-90/+45
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-53/+53
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-241-1/+1
* tests: Increase PSO test timeouts to minimise failuresTim Beale2018-06-201-1/+5
* s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-121-26/+26
* tests: Add test for password-lockout via SAMR RPCTim Beale2018-05-111-0/+117
* tests: Add PSO test case to existing password_lockout testsTim Beale2018-05-111-0/+47
* tests: Add comments to help explain password_lockout testsTim Beale2018-05-111-0/+11
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-5/+6
* dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-20/+40
* tests/password_lockout: Remove unused users from baseGarming Sam2017-05-301-0/+14
* password_lockout: Move some unnecessary methods from baseGarming Sam2017-04-131-0/+188
* password_lockout: Move lockoutObservationWindow tests from setUpGarming Sam2017-04-131-0/+25
* password_lockout: Factor out a base testcaseGarming Sam2017-04-131-892/+6
* password_lockout: Remove use of global creds variablesGarming Sam2017-04-131-18/+18
* password_lockout: Remove use of global lp and host varsGarming Sam2017-04-131-21/+24
* password_lockout: Move more helper methods to a base classGarming Sam2017-04-131-74/+75
* password_lockout: Move more helper methods to a base classGarming Sam2017-04-131-330/+0
* password_lockout: Begin moving helper methods to a base classGarming Sam2017-04-131-42/+371
* TestBase: move insta_creds from password_lockout.pyGary Lockyer2017-03-291-42/+21
* s4:dsdb/tests: let password_lockout.py verify the logonCount valuesStefan Metzmacher2016-06-301-2/+91
* s4:dsdb/tests: let password_lockout.py validate the lastLogon and lastLogonTi...Stefan Metzmacher2016-06-301-24/+45
* s4:dsdb/tests: let password_lockout.py test with all combinations of krb5, nt...Stefan Metzmacher2016-06-301-33/+67
* s4:dsdb/tests: let password_lockout.py verify more fields in _readd_user()Stefan Metzmacher2016-06-301-11/+52
* s4:dsdb/tests: let password_lockout.py copy user{name,pass} from the template...Stefan Metzmacher2016-06-301-2/+23
* s4:dsdb/tests: let password_lockout.py use creds and other_ldb as function ar...Stefan Metzmacher2016-06-301-18/+20
* s4:dsdb/tests: let password_lockout.py use userpass variables in all functionsStefan Metzmacher2016-06-301-25/+42
* s4:dsdb/tests: let password_lockout.py use other_ldb variables instead of sel...Stefan Metzmacher2016-06-301-23/+25
* s4:dsdb/tests: let password_lockout.py use userdn variables in all functionsStefan Metzmacher2016-06-301-80/+93
* s4:dsdb/tests: let password_lockout.py make use of self.addCleanup() to clean...Stefan Metzmacher2016-06-301-5/+2
* s4:dsdb/tests: let password_lockout.py use _readd_user() for testuser3 tooStefan Metzmacher2016-06-301-101/+2
* s4:dsdb/tests: let password_lockout.py pass creds as argument to _readd_user()Stefan Metzmacher2016-06-301-3/+3
* s4:dsdb/tests: let password_lockout.py use user{name,pass,dn} variables in _r...Stefan Metzmacher2016-06-301-15/+19
* s4:dsdb/tests: let password_lockout.py pass username,userpass optionally to i...Stefan Metzmacher2016-06-301-3/+3
* s4:dsdb/tests: let password_lockout.py let _readd_user() return the ldb conne...Stefan Metzmacher2016-06-301-2/+3
* s4:dsdb/tests: let password_lockout.py make use of the _readd_user() helper f...Stefan Metzmacher2016-06-301-119/+1
* s4:dsdb/tests: let password_lockout.py add a _readd_user() helper functionStefan Metzmacher2016-06-301-0/+121
* s4:dsdb/tests: let password_lockout.py make the LDAP error string checks more...Stefan Metzmacher2016-06-301-21/+21
* s4:dsdb/tests: let password_lockout.py cross-check the lastLogon value with samrStefan Metzmacher2016-06-301-0/+5