r2302: added a '--option' option, allowing any global or default option in
authorAndrew Tridgell <tridge@samba.org>
Mon, 13 Sep 2004 01:27:37 +0000 (01:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:41 +0000 (12:58 -0500)
commit871604e3101edfd4c17eec5b05077eeb5674b26b
treecffd9bcccf2dd2047d44af848d57d1f7452a4f5c
parent2d5ca36872d10138ac997a0d91916abb9b637c6e
r2302: added a '--option' option, allowing any global or default option in
smb.conf to be set on the command line. For example, you can use:

  smbtorture --option 'unicode=false'
or
  smbtorture --option 'netbios name=myname'
(This used to be commit 360a6b530e2295976ddefc138d1333411a94484d)
source4/lib/cmdline/popt_common.c
source4/param/loadparm.c