summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/user_account_control.py
AgeCommit message (Expand)AuthorFilesLines
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-12-10s4/dsdb/tests: PY3 port samba4.user_account_control testNoel Power1-1/+1
2018-08-24PEP8: improve formatting around bit-wise OR ("|")Douglas Bagnall1-23/+37
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-9/+0
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo1-23/+23
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-21/+21
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-4/+4
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-1/+2
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-16/+32
2016-06-27s4:dsdb/tests: let the user_account_control.py test recover from a previous f...Stefan Metzmacher1-2/+6
2016-06-27s4:dsdb/tests: use ncacn_ip_tcp:server[seal] for samr connectionsStefan Metzmacher1-1/+1
2016-06-27s4:dsdb/tests: make user_account_control.py executableStefan Metzmacher1-0/+0
2016-03-22dsdb python tests: fix several usage stringsDouglas Bagnall1-1/+1
2015-12-16CVE-2015-8467: samdb: Match MS15-096 behaviour for userAccountControlAndrew Bartlett1-9/+54
2015-03-16dsdb: fix the user_account_control test.Michael Adam1-1/+1
2015-01-22dsdb-tests: Clarify that accounts really do fall back to UF_NORMAL_ACCOUNT if...Andrew Bartlett1-3/+63
2015-01-22dsdb-tests: Show that we can not change the primaryGroupID of a DCAndrew Bartlett1-0/+110
2015-01-22dsdb: Improve userAccountControl handlingAndrew Bartlett1-8/+16
2015-01-22dsdb-tests: Add new test samba4.user_account_control.pythonAndrew Bartlett1-0/+521