Solving: samba registry with client programs

Stef Walter stefw at gnome.org
Wed Apr 18 10:23:34 MDT 2012


On 04/17/2012 10:14 PM, Volker Lendecke wrote:
> On Tue, Apr 17, 2012 at 03:08:35PM -0400, simo wrote:
>> Stef, FWIW, you do not need to code up a new daemon, running smbd would
>> suffice as it provides access to the registry RPC enpoint over NCACN_NP
>> or the new NCALRPC. But you would need to write some client logic to do
>> that and you would require smbd running.
> 
> We've also had repeated requests for an lgpl library to
> access samba's registry. Doing it via some form of RPC would
> IMHO be the right way to do it. Simo is right, smbd already
> supports registry access. It should be simple to add a
> unix-domain socket only mode for smbd, just to access the
> registry. The major piece that's missing is the NDR support
> library required to do the RPC marshalling. That's only
> available as GPL code.

Until someone has time to implement that, attached is a patch which
implements the registry mirroring suggested.

It mirrors the global settings of the smbconf registry to a file next to
registry.tdb called registry-mirror.conf. This is seamlessly used when
running from an smbclient that is not root.

What do you think?

Stef
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Mirror-global-smbconf-registry-to-a-file-non-root-ca.patch
Type: text/x-patch
Size: 7090 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20120418/8bb0d43f/attachment.bin>


More information about the samba-technical mailing list