WHATSNEW: update the section on registry configuration.
authorMichael Adam <obnox@samba.org>
Tue, 22 Apr 2008 14:10:59 +0000 (16:10 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 22 Apr 2008 14:32:31 +0000 (16:32 +0200)
Michael
(This used to be commit e185fd493558a40a4ad5261525b3f9515803bf59)

WHATSNEW.txt

index f52727bee245b7daa876d7ea6c8f18ead86514a9..231c16d98d8553df91502e238836d6226514502d 100644 (file)
@@ -88,9 +88,18 @@ Registry Configuration Backend
 ==============================
 
 Samba is now able to use a registry based configuration backed to
 ==============================
 
 Samba is now able to use a registry based configuration backed to
-supplement smb.conf setting.  This feature may be enabled by setting
-"config backend = registry" and "registry shares = yes" in the [global]
-section of smb.conf and may be managed using the "net conf" command.
+supplement smb.conf settings.  This feature may be enabled by setting
+"config backend = registry" in the [global] section of smb.conf for a
+registry only configuration, or by specifying "include = registry" to
+include global options from registry for a mixed setup.
+
+The new parameter "registry shares = yes" in the [global] section of
+smb.conf can be used to activate share definitions from registry.
+These shares are loaded on demand by the server. Registry shares are
+automatically activated by the global registry options above.
+
+The configuration stored in registry can be conveniently managed using
+the "net conf" command.
 
 More information may be obtained from the smb.conf(5) and net(8) man
 pages.
 
 More information may be obtained from the smb.conf(5) and net(8) man
 pages.