[merge from SAMBA_3_0]
authorGerald Carter <jerry@samba.org>
Sat, 19 Apr 2003 06:04:17 +0000 (06:04 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 19 Apr 2003 06:04:17 +0000 (06:04 +0000)
commit0676a942f933685184626db24b3caca57d910310
treeae965ddca0bce2d9f369f394825ed2b53b40a380
parent7d1ea0987d6d756fb3ceaf14c87676b3ae8d4d9b
[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>]
(This used to be commit 0fd28bc3a803ca1ec3dcd8cc6236d4ecc3134584)
source3/Makefile.in
source3/utils/net.c
source3/utils/net_groupmap.c [new file with mode: 0644]
source3/utils/net_help.c