summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/sam.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-18tests/sam: Ensure that Protected Users group cannot be deletedJoseph Sutton1-0/+1
2021-11-09CVE-2020-25722 selftest: Add test for duplicate servicePrincipalNames on an a...Joseph Sutton1-0/+21
2021-11-09CVE-2020-25722 selftest: adapt ldap.py/sam.py test_all tests to new default c...Andrew Bartlett1-1/+3
2021-11-09CVE-2020-25722 selftest: Adapt sam.py test to userAccountControl/objectclass ...Andrew Bartlett1-3/+3
2021-11-09CVE-2020-25722 selftest: New objects of objectclass=computer are workstations...Andrew Bartlett1-2/+2
2021-11-09CVE-2020-25722 selftest: Adjust sam.py test_userAccountControl_computer_add_t...Andrew Bartlett1-1/+1
2021-11-09CVE-2020-25722 selftest: Split test_userAccountControl into unit testsAndrew Bartlett1-1/+20
2021-11-09CVE-2020-25722 selftest: Adapt sam.py test_isCriticalSystemObject to new UF_W...Andrew Bartlett1-1/+35
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-08-11python compat: remove text_typeDouglas Bagnall1-2/+2
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-188/+188
2019-04-02Spelling fix s/informations/information/Mathieu Parent1-1/+1
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-12-10s4/dsdb/tests/python: PY3 port samba4.sam.python testNoel Power1-77/+83
2018-08-24PEP8: improve formatting around bit-wise OR ("|")Douglas Bagnall1-12/+36
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-3/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-10/+10
2018-08-24PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo1-13/+13
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-10/+10
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-2/+2
2018-08-24PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo1-63/+63
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-152/+152
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-2/+2
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-5/+5
2018-08-24PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-1/+1
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo1-64/+64
2018-05-12s4/dsdb/tests: py2/py3 compatability replace xrange with rangeNoel Power1-1/+1
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-17/+18
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-87/+174
2017-03-03dsdb/tests: add test_ldap_bind_must_change_pwd()Stefan Metzmacher1-0/+177
2017-03-03dsdb/tests: remove duplicate test_smartcard_required3() from sam.pyStefan Metzmacher1-101/+0
2016-07-22s4:dsdb/tests: add UF_SMARTCARD_REQUIRED testsStefan Metzmacher1-1/+465
2016-06-27s4:dsdb/tests: add pwdLastSet testsStefan Metzmacher1-0/+210
2016-06-27s4:dsdb/tests: improve error message in test_new_user_default_attributes()Stefan Metzmacher1-1/+2
2016-06-27s4:dsdb/tests: use GENSEC_SEAL for ldap connections in sam.pyStefan Metzmacher1-0/+2
2015-03-17dsdb: fix error message in sam testMichael Adam1-1/+1
2015-03-06tests/sam: Remove unnecessary calls for third party module imports.Jelmer Vernooij1-2/+0
2015-02-03s4-samdb/tests: Assert on expected set of attributes for new User objectKamen Mazdrashki1-0/+60
2015-02-03s4-dsdb-test: Fix duplicated key in a dictionary in sam.pyKamen Mazdrashki1-2/+2
2015-01-22dsdb-tests: Align sam.py with Windows 2012R2 and uncomment userAccountControl...Andrew Bartlett1-82/+68
2014-11-24sam: Use samba.tests.subunitrun.Jelmer Vernooij1-8/+4
2014-04-02dsdb-tests: Remove pointless creation of ldaptestouAndrew Bartlett1-1/+0
2013-10-14s4-samldb: Do not allow deletion of objects with RID < 1000Nadezhda Ivanova1-3/+34
2013-06-10s4:samldb LDB module - MS-SAMR 3.1.1.8.10 "userAccountControl"Matthias Dieter Wallnöfer1-1/+81
2013-06-05s4:samldb LDB module - permit "userAccountControl" modifications without acct...Matthias Dieter Wallnöfer1-0/+32
2013-06-05s4:samldb LDB module - "userAccountControl" = 0 means UF_NORMAL_ACCOUNT on addMatthias Dieter Wallnöfer1-18/+26
2012-05-04s4:samldb LDB module - make sure to not add identical "servicePrincipalName"s...Matthias Dieter Wallnöfer1-4/+47