From f03e7fdb72e4e0837563a7f63fc15136249c538f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 Apr 2008 16:10:59 +0200 Subject: WHATSNEW: update the section on registry configuration. Michael (This used to be commit e185fd493558a40a4ad5261525b3f9515803bf59) --- WHATSNEW.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index f52727bee2..231c16d98d 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -88,9 +88,18 @@ Registry Configuration Backend ============================== 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. -- cgit