svn commit: samba-docs r1227 - in trunk/smbdotconf/base: .

obnox at samba.org obnox at samba.org
Fri Jan 18 10:31:00 GMT 2008


Author: obnox
Date: 2008-01-18 10:31:00 +0000 (Fri, 18 Jan 2008)
New Revision: 1227

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1227

Log:
Add description of parameter "config backend" to the man pages.

I originally forgot to do "svn add".

Michael


Added:
   trunk/smbdotconf/base/configbackend.xml


Changeset:
Added: trunk/smbdotconf/base/configbackend.xml
===================================================================
--- trunk/smbdotconf/base/configbackend.xml	2008-01-18 10:19:31 UTC (rev 1226)
+++ trunk/smbdotconf/base/configbackend.xml	2008-01-18 10:31:00 UTC (rev 1227)
@@ -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>



More information about the samba-cvs mailing list