summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-08-18 07:00:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:33:30 -0500
commit09085941d130542cf4609ec4cb5b743ba1c25f42 (patch)
treec5b62dccdae377441e7eb28751665f2df1c80705
parent9465b8de07989150f71991ef712a26325aff47b8 (diff)
downloadsamba-09085941d130542cf4609ec4cb5b743ba1c25f42.tar.gz
samba-09085941d130542cf4609ec4cb5b743ba1c25f42.tar.bz2
samba-09085941d130542cf4609ec4cb5b743ba1c25f42.zip
r9381: Line wrapping.
(This used to be commit 2cebdd59387786c8aeee4c6757e38ed5303f7315)
-rw-r--r--source4/lib/registry/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/source4/lib/registry/README b/source4/lib/registry/README
index c91d361acd..db1fb7a678 100644
--- a/source4/lib/registry/README
+++ b/source4/lib/registry/README
@@ -1,22 +1,23 @@
-This is the registry library. The registry is basically a bunch of hives
-that can be loaded from different places.
+This is the registry library. The registry is basically a bunch of
+hives that can be loaded from different places.
+
+The various registry backends provide support for loading/saving
+specific types of hives:
-The various registry backends provide support for loading/saving specific types
-of hives:
- ldb
- w95 (USER.DAT-style files)
- nt4 (NTUSER.DAT-style files)
- gconf (GNOME configuration)
- rpc (Remote individual hives)
-Instead of opening individual hives, one can also open a 'complete' registry by
-using one of these three functions:
+Instead of opening individual hives, one can also open a 'complete'
+registry by using one of these three functions:
- reg_open_local() - load local registry, see below
- reg_open_remote() - connect to remote registry over RPC
- reg_open_wine() (not working yet)
-reg_open_local() loads a set of hives based on smb.conf settings.
+reg_open_local() loads a set of hives based on smb.conf settings.
Lines in smb.conf should have the following syntax:
registry:<hivename> = <backend>:<location>
@@ -38,4 +39,3 @@ HKEY_LOCAL_MACHINE\Software: %SystemRoot%\System32\Config\Software
HKEY_LOCAL_MACHINE\System: %SystemRoot%\System32\Config\System
HKEY_USERS\.DEFAULT: %SystemRoot%\System32\Config\Default
HKEY_LOCAL_MACHINE\HARDWARE: is autogenerated
-