r3338: More work on the winreg RPC server. Opening hives is now supported, most other...
authorJelmer Vernooij <jelmer@samba.org>
Thu, 28 Oct 2004 22:38:27 +0000 (22:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:57 +0000 (13:04 -0500)
commit858f1763229a8da808a7473f565382a4b2924917
tree9f23716d8e325978951f3f29592d507b6694d92d
parent195f48dcbf432833f8957b0387ac81fb7c46ca27
r3338: More work on the winreg RPC server. Opening hives is now supported, most other calls
return WERR_NOT_SUPPORTED for now.

Hive backends can be set like this:

registry:HKEY_LOCAL_MACHINE = ldb:tdb://registry.tdb
registry:HKEY_CURRENT_USER = gconf
registry:HKEY_USERS = dir:/tmp/registry
registry:HKEY_CLASSES_ROOT = nt4:/path/to/NTUSER.DAT
registry:HKEY_PERFORMANCE_DATA = w95:/path/to/USER.DAT
(This used to be commit 42844a4e3422bbbe891ba944c0e97861db7763ec)
source4/param/loadparm.c
source4/rpc_server/winreg/rpc_winreg.c