From 25f441b8652a87215ed6e835b989f7427612558d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 18 Jan 2008 10:31:00 +0000 Subject: Add description of parameter "config backend" to the man pages. I originally forgot to do "svn add". Michael (This used to be commit 93dd2b899163d1c384b825eef445a25f07c8e3a5) --- docs/smbdotconf/base/configbackend.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/smbdotconf/base/configbackend.xml (limited to 'docs') diff --git a/docs/smbdotconf/base/configbackend.xml b/docs/smbdotconf/base/configbackend.xml new file mode 100644 index 0000000000..f9da134555 --- /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 + -- cgit