summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/delegation.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-28samba-tool: Check specified domain and realm against our ownJoseph Sutton1-10/+14
2022-03-28samba-tool delegation: Clarify msDS-AllowedToDelegateTo delegation command do...Joseph Sutton1-2/+2
2022-03-28samba-tool delegation: Add commands to add/remove principals for RBCDJoseph Sutton1-1/+275
2022-03-28samba-tool delegation show: Display information for RBCDJoseph Sutton1-2/+22
2022-03-28samba-tool delegation: Add function to display security descriptor for RBCDJoseph Sutton1-0/+77
2018-08-24PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo1-5/+5
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-11/+11
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-11/+11
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-4/+4
2013-09-23s4-openldap: Added an -H option to delegation scriptNadezhda Ivanova1-11/+63
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+263