s4-ldb: convert existing ldb tools to use new command line hooks
authorAndrew Tridgell <tridge@samba.org>
Mon, 1 Nov 2010 07:45:25 +0000 (18:45 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 1 Nov 2010 07:55:20 +0000 (18:55 +1100)
commit6f2c4abadd6097d949b388cc4d9c4ebd77f0df10
tree591f61a1a94fb7070065351a4f90987ea2d3e45d
parentf924a022cbc973ae646bff5119a1784e979a052f
s4-ldb: convert existing ldb tools to use new command line hooks

the usage() function needs to take a ldb context, as the popt_options
is specific to the ldb context

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/lib/ldb/tools/ldbadd.c
source4/lib/ldb/tools/ldbdel.c
source4/lib/ldb/tools/ldbedit.c
source4/lib/ldb/tools/ldbmodify.c
source4/lib/ldb/tools/ldbrename.c
source4/lib/ldb/tools/ldbsearch.c
source4/lib/ldb/tools/ldbtest.c
source4/lib/ldb/wscript