Author: tpot Date: 2005-08-18 07:00:37 +0000 (Thu, 18 Aug 2005) New Revision: 9381
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9381 Log: Line wrapping. Modified: branches/SAMBA_4_0/source/lib/registry/README Changeset: Modified: branches/SAMBA_4_0/source/lib/registry/README =================================================================== --- branches/SAMBA_4_0/source/lib/registry/README 2005-08-18 06:50:58 UTC (rev 9380) +++ branches/SAMBA_4_0/source/lib/registry/README 2005-08-18 07:00:37 UTC (rev 9381) @@ -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\System: %SystemRoot%\System32\Config\System HKEY_USERS\.DEFAULT: %SystemRoot%\System32\Config\Default HKEY_LOCAL_MACHINE\HARDWARE: is autogenerated -
