summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/ldap.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-30s4:dsdb:tests: Fix spellingJoseph Sutton1-4/+4
2023-08-03s4:dsdb:tests: Fix code spellingAndreas Schneider1-7/+7
2021-11-09CVE-2020-25722 selftest: Adapt ldap.py tests to new objectClass restrictionsJoseph Sutton1-14/+22
2021-11-09CVE-2020-25722 selftest: adapt ldap.py/sam.py test_all tests to new default c...Andrew Bartlett1-6/+7
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-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-335/+335
2019-05-06ldap: test for empty attributes listAaron Haslett1-0/+17
2019-05-01dsdb/pytest/ldap: use idiomatic 'e' for exceptionsDouglas Bagnall1-218/+218
2019-05-01dsdb/pytest/ldap: revive commented out test for attr size rangeDouglas Bagnall1-21/+32
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-12-10s4/dsdb/tests: Port PY3 ldap testsNoel Power1-53/+54
2018-10-10tests/python/ldap: use int instead of long for time_tDouglas Bagnall1-2/+2
2018-09-21tests: test ldap search requesting non-existent attributeTim Beale1-0/+8
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-7/+7
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-2/+2
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-7/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+2
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+2
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-2/+2
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-9/+9
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-4/+4
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-29/+29
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-7/+7
2018-08-24PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo1-43/+43
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-73/+73
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-5/+5
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo1-6/+6
2018-08-24PEP8: fix E116: unexpected indentation (comment)Joe Guo1-6/+6
2018-08-14CVE-2018-10919 tests: test ldap searches for non-existent attributes.Gary Lockyer1-0/+9
2018-05-12s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power1-4/+4
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-2/+3
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-111/+222
2017-06-15dsdb/tests/ldap: test single valued linked attributesDouglas Bagnall1-0/+67
2017-06-15dsdb/tests/ldap: multivalued attributesDouglas Bagnall1-0/+72
2015-02-03s4-dsdb-test: remove trailing ';' in ldap.pyKamen Mazdrashki1-32/+32
2015-01-24s4:dsdb/tests: add test_timevalues1() to verify timestamp valuesStefan Metzmacher1-0/+40
2014-11-24Use samba.tests.subunitrun in dsdb ldap and ldap_schema tests.Jelmer Vernooij1-15/+19
2014-11-19dsdb.tests.ldap: Create and run a single testsuite, should easy migration to ...Jelmer Vernooij1-116/+73
2013-11-03s4-dsdb: instanceType NC_HEAD is only allowed combined with WRITE for an orig...Nadezhda Ivanova1-3/+14
2013-10-25s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_dsNadezhda Ivanova1-1/+5
2013-10-10dsdb/tests/ldap: fix test_distinguished_name against w2k8r2Stefan Metzmacher1-2/+2
2013-10-10dsdb/tests/ldap: fix test_ldapServiceName against w2k8r2Stefan Metzmacher1-4/+8
2013-06-12dsdb-tests ldap.py: Add test for usn behaviour on certain changesAndrew Bartlett1-54/+155
2013-06-12dsdb-tests ldap.py: Fix quoting of print statementsAndrew Bartlett1-10/+10