diff options
author | Michael Adam <obnox@samba.org> | 2008-01-18 10:31:00 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:42 -0500 |
commit | 25f441b8652a87215ed6e835b989f7427612558d (patch) | |
tree | 3325ff39a737cdb3b4a823da4a7375778fd62d0e /docs/smbdotconf | |
parent | 119ed5711429078235b7fa915ea657661f2abea5 (diff) | |
download | samba-25f441b8652a87215ed6e835b989f7427612558d.tar.gz samba-25f441b8652a87215ed6e835b989f7427612558d.tar.bz2 samba-25f441b8652a87215ed6e835b989f7427612558d.zip |
Add description of parameter "config backend" to the man pages.
I originally forgot to do "svn add".
Michael
(This used to be commit 93dd2b899163d1c384b825eef445a25f07c8e3a5)
Diffstat (limited to 'docs/smbdotconf')
-rw-r--r-- | docs/smbdotconf/base/configbackend.xml | 26 |
1 files changed, 26 insertions, 0 deletions
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 @@ +<samba:parameter name="config backend" + context="G" + type="enum" + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para> + This controls the backend for storing the configuration. + Possible values are <emphasis>file</emphasis> (the default) + and <emphasis>registry</emphasis>. + When <smbconfoption name="config backend">registry</smbconfoption> + is encountered while loading <emphasis>smb.conf</emphasis>, + 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 <parameter>registry + shares</parameter> is set to <emphasis>yes</emphasis>. + </para> + <para> + Note: This option can not be set inside the registry + configuration itself. + </para> +</description> +<value type="default">file</value> +<value type="example">registry</value> +</samba:parameter> |