lib/smbconf: add set_parameter method to SMBConf
commit565d8ae8cdfae9e15e18a0c9350e2ebb4f502f92
authorJohn Mulligan <jmulligan@redhat.com>
Sun, 24 Apr 2022 14:18:42 +0000 (24 10:18 -0400)
committerJeremy Allison <jra@samba.org>
Fri, 6 May 2022 17:16:30 +0000 (6 17:16 +0000)
treef7e4c8ae62e2a6a45ce80d068cd8b399393a66b0
parentff603de514b0b6dc654d6b3465df6ef9552c7e3c
lib/smbconf: add set_parameter method to SMBConf

Add a set_parameter method wrapping smbconf_set_parameter.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/smbconf/pysmbconf.c
python/samba/tests/smbconf.py