Two small things to fix in python/samba/netcmd/group.py: > $ samba-tool group add --help > ... > Example3: > samba-tool group add Group3 --nis-domain=samdom --gid=12345 The "--gid" has to be "--gid-number". Also the first line in python/samba/netcmd/group.py contains a wrong comment: > # Adds a new user to a Samba4 server This line should be removed. group.py contain group stuff.
Created attachment 10661 [details] patch for master Patch for master, that fixes both.
Fix was fixed in 4.4.0.