summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/group.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-04samba-tool group: add 'edit' command to edit an AD group objectBjörn Baumbach1-0/+114
2019-07-04samba-tool: fix format of command description (help messages)Björn Baumbach1-5/+5
2018-12-04netcmd: Minor changes to 'group stats' commandTim Beale1-18/+25
2018-10-31netcmd: Add 'samba-tool group stats' commandTim Beale1-0/+98
2018-10-31netcmd: Include num-members in 'samba-tool group list --verbose'Tim Beale1-11/+15
2018-10-25samba-tool ldapcmp: remove unused importDouglas Bagnall1-1/+0
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+4
2018-08-24PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E202: whitespace before ')'Joe 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-11/+11
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-6/+6
2018-05-29python/samba/netcmd/group.py: add group showWilliam Brown1-0/+81
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-7/+7
2018-02-08samba-tool group: implement the group move commandBjörn Baumbach1-0/+79
2017-06-09samba-tool: You cannot add members to a group if the member exists as a sAMAc...Rowland Penny1-0/+2
2016-09-30bug 12293: stop group.py throwing errors if group is unknownRowland Penny1-3/+15
2015-02-17group.py: Fix wrong example option, remove wrong comment lineMarc Muehlfeld1-2/+1
2014-10-23samba-tool group add: Add option --nis-domain and --gidMarc Muehlfeld1-2/+13
2013-05-15netcmd/group.py: Fix typo.Karolin Seeger1-2/+2
2013-03-17samba-tool group list: add more info to samba-tool group listRicky Nance1-6/+40
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+376