source3/lib/smbconf: add python bindings for init functions
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 23 Apr 2022 18:38:42 +0000 (14:38 -0400)
committerJeremy Allison <jra@samba.org>
Fri, 6 May 2022 17:16:30 +0000 (17:16 +0000)
commit733ac02b2978777026719bd3651a39c5aaf04f41
treedf44c8a105ee115a8a1f0d71094a6554897d6408
parentfcd50ea4ab4cc2f4f7cf7f21da3092cd107530ad
source3/lib/smbconf: add python bindings for init functions

Add functions that allow python to access the registry back-end
initialization function as well as the "general" init function
that parses the back-end out of given string "path".
With the registry back-end it will be possible to implement and
test read-write functions of smbconf API in the future.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source3/lib/smbconf/pys3smbconf.c [new file with mode: 0644]
source3/wscript_build