svn commit: samba-docs r874 - in trunk/smbdotconf: base filename ldap

jht at samba.org jht at samba.org
Thu Dec 1 17:03:58 GMT 2005


Author: jht
Date: 2005-12-01 17:03:58 +0000 (Thu, 01 Dec 2005)
New Revision: 874

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

Log:
Fixing messy man page information.
Modified:
   trunk/smbdotconf/base/interfaces.xml
   trunk/smbdotconf/filename/casesensitive.xml
   trunk/smbdotconf/ldap/ldapmachinesuffix.xml
   trunk/smbdotconf/ldap/ldappasswdsync.xml


Changeset:
Modified: trunk/smbdotconf/base/interfaces.xml
===================================================================
--- trunk/smbdotconf/base/interfaces.xml	2005-12-01 14:47:37 UTC (rev 873)
+++ trunk/smbdotconf/base/interfaces.xml	2005-12-01 17:03:58 UTC (rev 874)
@@ -35,15 +35,21 @@
 	decimal IP address or a hostname which will be looked up via 
 	the OS's normal hostname resolution mechanisms.</para>
 
+	<para>
+	By default Samba enables all active interfaces that are broadcast capable
+	except the loopback adaptor (IP address 127.0.0.1).
+	</para>
+	
+	<para>
+	The example below configures three network interfaces corresponding 
+	to the eth0 device and IP addresses 192.168.2.10 and 192.168.3.10. 
+	The netmasks of the latter two interfaces would be set to 255.255.255.0.
+	</para>
+
 </description>
 <related>bind interfaces only</related>
 
-<value type="example">
-	<comment>This would configure three network interfaces corresponding 
-	to the eth0 device and IP addresses 192.168.2.10 and 192.168.3.10. 
-	The netmasks of the latter two interfaces would be set to 255.255.255.0.</comment>
-	eth0 192.168.2.10/24 192.168.3.10/255.255.255.0
-</value>
+<value type="example">eth0 192.168.2.10/24 192.168.3.10/255.255.255.0</value>
 
-<value type="default"><comment>all active interfaces except 127.0.0.1 that are broadcast capable</comment></value>
+<value type="default"/>
 </samba:parameter>

Modified: trunk/smbdotconf/filename/casesensitive.xml
===================================================================
--- trunk/smbdotconf/filename/casesensitive.xml	2005-12-01 14:47:37 UTC (rev 873)
+++ trunk/smbdotconf/filename/casesensitive.xml	2005-12-01 17:03:58 UTC (rev 874)
@@ -3,8 +3,10 @@
 				 type="boolean"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <synonym>casesignames</synonym>
+
 <description>
 	<para>See the discussion in the section <smbconfoption name="name mangling"/>.</para>
 </description>
+
 <value type="default">no</value>
 </samba:parameter>

Modified: trunk/smbdotconf/ldap/ldapmachinesuffix.xml
===================================================================
--- trunk/smbdotconf/ldap/ldapmachinesuffix.xml	2005-12-01 14:47:37 UTC (rev 873)
+++ trunk/smbdotconf/ldap/ldapmachinesuffix.xml	2005-12-01 17:03:58 UTC (rev 874)
@@ -1,15 +1,18 @@
 <samba:parameter name="ldap machine suffix"
-                 context="G"
-		 advanced="1" developer="1"
-		 type="string"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+		context="G"
+		advanced="1"
+		developer="1"
+		type="string"
+		xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+
 <description>
-	<para>It specifies where machines should be added to the ldap tree.
-        If this parameter is unset, the value of <smbconfoption
-        name="ldap suffix"/> will be used instead.  The suffix string is pre-pended to the
-        <smbconfoption name="ldap suffix"/> string so use a partial DN.</para>
+	<para>
+	It specifies where machines should be added to the ldap tree.  If this parameter is unset, the value of
+	<smbconfoption name="ldap suffix"/> will be used instead.  The suffix string is pre-pended to the
+	<smbconfoption name="ldap suffix"/> string so use a partial DN.
+	</para>
 </description>
 
-<value type="default"></value>
+<value type="default"/>
 <value type="example">ou=Computers</value>
 </samba:parameter>

Modified: trunk/smbdotconf/ldap/ldappasswdsync.xml
===================================================================
--- trunk/smbdotconf/ldap/ldappasswdsync.xml	2005-12-01 14:47:37 UTC (rev 873)
+++ trunk/smbdotconf/ldap/ldappasswdsync.xml	2005-12-01 17:03:58 UTC (rev 874)
@@ -1,8 +1,10 @@
 <samba:parameter name="ldap passwd sync"
-                 context="G"
-                 advanced="1" developer="1"
-				 type="enum"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+			context="G"
+			advanced="1"
+			developer="1"
+			type="enum"
+			xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+
 <description>
 	<para>
 	This option is used to define whether or not Samba should sync the LDAP password with the NT
@@ -10,7 +12,9 @@
 	change via SAMBA.  
 	</para>
 
-	<para>The <smbconfoption name="ldap passwd sync"/> can be set to one of three values: </para>
+	<para>
+	The <smbconfoption name="ldap passwd sync"/> can be set to one of three values: 
+	</para>
 	
 	<itemizedlist>
 		<listitem>
@@ -29,5 +33,6 @@
 		</listitem>
 	</itemizedlist>		
 </description>
+
 <value type="default">no</value>
 </samba:parameter>



More information about the samba-cvs mailing list