summaryrefslogtreecommitdiff
path: root/auth/credentials/tests/bind.py
AgeCommit message (Expand)AuthorFilesLines
2024-04-21auth:credentials: Fix code spellingJo Sutton1-1/+1
2021-11-09CVE-2020-25722 selftest: allow for future failures in BindTests.test_virtual_...Andrew Bartlett1-2/+11
2021-09-04python: Fix usage stringsJoseph Sutton1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2021-04-07auth/credentials: Remove unneeded try/except syntaxJoseph Sutton1-10/+4
2021-04-07auth/credentials: Add test for binding with an extended canonical nameJoseph Sutton1-0/+12
2021-04-07auth/credentials: Add test for binding with a canonical nameJoseph Sutton1-0/+9
2021-04-07auth/credentials: Add test for binding with a domain SIDJoseph Sutton1-1/+14
2020-02-14auth/credentials: Test connecting to LDAP with a "virtual user" style accountAndrew Bartlett1-1/+51
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-3/+3
2018-12-14PY3: change shebang to python3 in misc dirsJoe Guo1-1/+1
2018-12-10auth/credentials/tests: Python 3.6 avoid deepcopy errorNoel Power1-5/+12
2018-10-25auth/cred/tests/bind: remove unused importDouglas Bagnall1-1/+0
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-4/+4
2018-05-13auth/credentials/test: py2/py3 compat always decode result of b64encodeNoel Power1-1/+1
2018-03-23auth/credentials/test: convert print func to be py2/py3 compatibleNoel Power1-5/+6
2018-02-22tests/bind.py: Add a bind test with NTLMSSP with no domainGarming Sam1-1/+25
2014-11-22credentials test: Use samba.tests.subunitrun.Jelmer Vernooij1-20/+14
2014-11-19Remove unused imports.Jelmer Vernooij1-7/+1
2011-11-10test: fixed several tests to use samba.testsAndrew Tridgell1-2/+2
2011-10-11auth: move credentials layer to the top levelAndrew Bartlett1-0/+154