From: Michael Adam Date: Fri, 18 Jan 2008 10:31:00 +0000 (+0000) Subject: Add description of parameter "config backend" to the man pages. X-Git-Tag: samba-3.3.0pre1~1530 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93dd2b899163d1c384b825eef445a25f07c8e3a5;p=thirdparty%2Fsamba.git Add description of parameter "config backend" to the man pages. I originally forgot to do "svn add". Michael --- diff --git a/docs/smbdotconf/base/configbackend.xml b/docs/smbdotconf/base/configbackend.xml new file mode 100644 index 00000000000..f9da1345557 --- /dev/null +++ b/docs/smbdotconf/base/configbackend.xml @@ -0,0 +1,26 @@ + + + + This controls the backend for storing the configuration. + Possible values are file (the default) + and registry. + When registry + is encountered while loading smb.conf, + the configuration read so far is dropped and the global + options are read from registry instead. So this triggers a + registry only configuration. Share definitions are not read + immediately but instead registry + shares is set to yes. + + + Note: This option can not be set inside the registry + configuration itself. + + +file +registry +