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)
commit42844a4e3422bbbe891ba944c0e97861db7763ec
tree76d4295947c9d3f88358490d495ad7b1d260ddfd
parent00b285e5a815e6d53ede7d102dee4e5b79d47f52
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
source/param/loadparm.c
source/rpc_server/winreg/rpc_winreg.c