summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/token_group.py
AgeCommit message (Expand)AuthorFilesLines
2022-04-13s4:dsdb:tests: Also pass tests if asserted identity is presentAndreas Schneider1-17/+96
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-9/+9
2019-09-20librpc/idl: change from samr_GroupAttrs in samr.idl to security_GroupAttrs in...Stefan Metzmacher1-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.tokengroups.krb5Noel Power1-2/+2
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-4/+4
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
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-3/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+3
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-2/+2
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-7/+7
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-9/+9
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-2/+2
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-4/+5
2017-03-27auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett1-1/+15
2016-06-27s4:dsdb/tests: use ncacn_ip_tcp:server[seal] for samr connectionsStefan Metzmacher1-2/+2
2016-06-16selftest: Check a user with only primaryGroupID is correct in samr.GetUserGro...Andrew Bartlett1-0/+25
2016-06-16selftest: Test that primaryGroupID is first in samr.GetUserGroups() replyAndrew Bartlett1-0/+1
2016-06-16selftest: Add alias membership to the tokengroups testAndrew Bartlett1-0/+24
2016-06-16selftest: Expand tokenGroups test to also compare with samr.GetGroupsForUserAndrew Bartlett1-1/+71
2016-06-16selftest: Expand tokenGroups test to also build nested groupsAndrew Bartlett1-1/+26
2016-03-22dsdb python tests: fix several usage stringsDouglas Bagnall1-1/+1
2014-12-22dsdb: Add tokenGroupsGlobalAndUniversal, tokenGroups, tokenGroupsNoGCAcceptableGarming Sam1-9/+339
2014-11-22token_group: Use samba.tests.subunitrun.Jelmer Vernooij1-12/+8
2011-11-14Remove broken code - these lines use undefined symbols.Jelmer Vernooij1-7/+2
2011-04-29s4:token_group.py python test - fix typosMatthias Dieter Wallnöfer1-2/+2
2011-02-02s4-python Ensure we add the Samba python path first.Andrew Bartlett1-1/+1
2011-01-19s4-dsdb Don't use None as the input to the GENSEC loop in tokengroups testAndrew Bartlett1-1/+1
2011-01-19s4-dsdb Add PAC validation test to tokengroups test.Andrew Bartlett1-20/+78
2011-01-19s4-dsdb Add a test of the tokenGroups behaviour on the user's DN.Andrew Bartlett1-3/+21
2011-01-14s4-test: added a tokengroups testAndrew Tridgell1-0/+100