r7511: Add three new command line switches to testparm:
commitbf66eb3a92a0b111f005826696430d934d1187e5
authorLars Müller <lmuelle@samba.org>
Sun, 12 Jun 2005 16:00:29 +0000 (12 16:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:10 +0000 (10 10:57 -0500)
tree09d4838873c052e74c82045994569dcd34846d59
parentc3fedee2a67966e4640b26dd084e75125e58f55c
r7511: Add three new command line switches to testparm:

--show-all-parameters
        Enumerates all available parameters, grouped in to sections
        [local] and [global] by the class of the parameter.  Each line
        is formated name=type[,enum values],flags
--parameter-name
        Display the setting of the named parameter.  The global section
        is assumed if no other is set with --section-name
--section-name
        Limit the view of testparm to the named section.  Use 'global'
        to only view the settings of the global section.

This fixes bug #2767.

Lars
(This used to be commit a1b82624d739b1066c356dd4b689233f3c36814e)
source3/param/loadparm.c
source3/utils/testparm.c