summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/sam.py
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-30s4:samldb LDB module - implement "fSMORoleOwner" attribute protectionMatthias Dieter Wallnöfer1-0/+77
2011-11-10test: fixed several tests to use samba.testsAndrew Tridgell1-1/+1
2011-05-25s4:sam.py - uncomment/enhance some account type testsMatthias Dieter Wallnöfer1-30/+48
2011-05-25s4:sam.py - tests for "isCriticalSystemObject" attributeMatthias Dieter Wallnöfer1-0/+132
2011-05-25s4:sam.py - unchanged "primaryGroupID" when account type remains the sameMatthias Dieter Wallnöfer1-0/+38
2011-05-21s4:sam.py - add tests to check that setting "userAccountValue" on usersdon't ...Matthieu Patou1-2/+40
2011-02-15s4:sam.py - add another "description" test caseMatthias Dieter Wallnöfer1-0/+13
2011-02-02s4-python Ensure we add the Samba python path first.Andrew Bartlett1-1/+1
2011-01-14s4:samldb LDB module - fix "userAccountControl" handlingMatthias Dieter Wallnöfer1-7/+19
2011-01-06Remove unused imports.Jelmer Vernooij1-1/+0
2010-12-15s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys...Kamen Mazdrashki1-1/+1
2010-11-27s4:dsdb/tests/python/sam.py - we don't need the domain SIDMatthias Dieter Wallnöfer1-5/+0
2010-11-25s4-tests: Modified sam.py to use samba.tests.delete_forceNadezhda Ivanova1-72/+67