[merge from SAMBA_3_0]
commit0fd28bc3a803ca1ec3dcd8cc6236d4ecc3134584
authorGerald Carter <jerry@samba.org>
Sat, 19 Apr 2003 06:04:17 +0000 (19 06:04 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 19 Apr 2003 06:04:17 +0000 (19 06:04 +0000)
tree83b2fcecd2cab67b458eaddfc800459a54c6d25c
parent4c92994dfd231acb09411f89fd67a21a40400de0
[merge from SAMBA_3_0]

Merging smbgroupedit into 'net groupmap'.  Not entirely done.
Need to check on where the privilege code is sitting
and update the docs.

Examples:

root# bin/net help groupmap
net groupmap add
  Create a new group mapping
net groupmap modify
  Update a group mapping
net groupmap delete
  Remove a group mapping
net groupmap list
  List current group map

# bin/net groupmap add
Usage: net groupmap add rid=<int> name=<string> type=<domain|local|builtin> [comment=<string>]

# bin/net groupmap delete
Usage: net groupmap delete name=<string|SID>

# bin/net groupmap modify
Usage: net groupmap modify name=<string|SID> [comment=<string>] [type=<domain|local>]
source/Makefile.in
source/utils/net.c
source/utils/net_groupmap.c [new file with mode: 0644]
source/utils/net_help.c