svn commit: samba-docs r1179 - in trunk: . manpages-3

jht at samba.org jht at samba.org
Wed Sep 12 05:31:46 GMT 2007


Author: jht
Date: 2007-09-12 05:31:44 +0000 (Wed, 12 Sep 2007)
New Revision: 1179

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

Log:
Fix for Bug#3625 provided by Christian Perrier.
Modified:
   trunk/htmldocs.html
   trunk/manpages-3/smbmount.8.xml


Changeset:
Modified: trunk/htmldocs.html
===================================================================
--- trunk/htmldocs.html	2007-09-12 05:23:30 UTC (rev 1178)
+++ trunk/htmldocs.html	2007-09-12 05:31:44 UTC (rev 1179)
@@ -27,7 +27,7 @@
  <td valign="top"><i>Using Samba</i>, Second Edition is a comprehensive guide to Samba administration. It covers all versions of Samba from 2.0 to 2.2, including selected features from an alpha version of 3.0, as well as the SWAT graphical configuration tool. Updated for Windows 2000, ME, and XP, the book also explores Samba's new role as a primary domain controller and domain member server, its support for the use of Windows NT/2000/XP authentication and filesystem security on the host Unix system, and accessing shared files and printers from Unix clients.</td>
 </tr>
 <tr>
- <td valign="top"><a href="manpages.html">Man pages</a></td>
+ <td valign="top"><a href="manpages/index.html">Man pages</a></td>
  <td valign="top">The Samba man pages in HTML.</td>
 </tr>
 <tr>

Modified: trunk/manpages-3/smbmount.8.xml
===================================================================
--- trunk/manpages-3/smbmount.8.xml	2007-09-12 05:23:30 UTC (rev 1178)
+++ trunk/manpages-3/smbmount.8.xml	2007-09-12 05:31:44 UTC (rev 1179)
@@ -90,8 +90,8 @@
 		<listitem><para>specifies a file that contains a username and/or password. 
 The format of the file is:
 <programlisting>
-username = &lt;value&gt;
-password = &lt;value&gt;
+username=value
+password=value
 </programlisting></para>
 
 		<para>This is preferred over having passwords in plaintext in a



More information about the samba-cvs mailing list