net: Remove "net serverid list"
commit2dfabd85d95fcb2b22112eb86c9dedd356c8590f
authorVolker Lendecke <vl@samba.org>
Sun, 5 Nov 2017 11:09:08 +0000 (5 12:09 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 4 Dec 2017 23:56:12 +0000 (5 00:56 +0100)
tree12c4ad2ff9cbf32b54a67edeeaf224e93cbff559
parentc9022d594b19051a5600d7e2955c3bd73a2988ea
net: Remove "net serverid list"

Traversing a clustered tdb is a pretty expensive operation. If someone
really needs this command-line interface, we can re-add it for the local
node using messaging_dgm_forall. If someone needs that globally, there's
the "onnode all" script that could be used. Alternatively, we could
implement an enhanced ping broadcast message also returning a processes
unique id.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/utils/net_serverid.c