net: add "net idmap set range" (for autorid backend)
authorMichael Adam <obnox@samba.org>
Mon, 9 Sep 2013 14:09:52 +0000 (16:09 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 1 Oct 2013 22:50:07 +0000 (00:50 +0200)
commit5aed3fabac20f026f68fc72aec0ff3e67e0478ae
treee527f04ee0c89360031907820c3c91a1d750d574
parentd2c892cd2e6b35898208296522ab83042a0ee28c
net: add "net idmap set range" (for autorid backend)

This lets the admin store a range for a domain/index pair.
Call syntax is:

net idmap set range <RANGE> <DOMSID> [<INDEX>]

INDEX defaults to 0.

Pair-Programmed-With: Atul Kulkarni <atul.kulkarni@in.ibm.com>

Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Atul Kulkarni <atul.kulkarni@in.ibm.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/utils/net_idmap.c