Implement 'net groupmap set' and 'net groupmap cleanup'.
commit688ea97ba09607279eef1cc3739b47d299c702ba
authorVolker Lendecke <vlendec@samba.org>
Thu, 26 Feb 2004 11:34:33 +0000 (26 11:34 +0000)
committerVolker Lendecke <vlendec@samba.org>
Thu, 26 Feb 2004 11:34:33 +0000 (26 11:34 +0000)
tree22ff17a32f98a969dc4d3632889a49b897be217a
parent92f97426bea2745955c9c8924362a520c165f266
Implement 'net groupmap set' and 'net groupmap cleanup'.

I was rather annoyed by the net groupmap syntax, I could never get it
right.

net groupmap set "domain admins" domadm

creates a mapping,

net groupmap set "domain admins" -C "Comment" -N "newntname"

should also do what you expect.

net groupmap cleanup

solves a problem I've had two times now: Our SID changed, and a user's primary
group was mapped to a SID that is not ours. net groupmap cleanup removes all
mappings that are not from our domain sid.

Volker
(This used to be commit 69879ceffa587ccf2bf59e1c716424e1d20a7f68)
source3/utils/net.c
source3/utils/net.h
source3/utils/net_groupmap.c