lib/cmdline: fix --configfile handling of POPT_COMMON_CONFIG_ONLY used by ntlm_auth
authorStefan Metzmacher <metze@samba.org>
Thu, 9 Sep 2021 09:11:03 +0000 (11:11 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 10 Sep 2021 15:10:30 +0000 (15:10 +0000)
commit8f3ef4e6c5a440c6582f7af268c6c27c8a2273d4
tree8c5a7a276b9610154955e680993e5d2142552296
parentefba2c445c511f27e220c2c92d507a772ee82bc1
lib/cmdline: fix --configfile handling of POPT_COMMON_CONFIG_ONLY used by ntlm_auth

ntlm_auth only every knew about '--configfile' without the '-s' alias,
keep it that way and make sure we actually process the argument via
the OPT_CONFIGFILE handling.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14828

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/cmdline/cmdline.c