svn commit: samba-docs r1132 - in trunk/smbdotconf/security: .

jerry at samba.org jerry at samba.org
Thu Jun 28 22:15:12 GMT 2007


Author: jerry
Date: 2007-06-28 22:15:11 +0000 (Thu, 28 Jun 2007)
New Revision: 1132

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

Log:
revert svn r1129.  FOr some reason this breaks the html generation
Modified:
   trunk/smbdotconf/security/passwdchat.xml
   trunk/smbdotconf/security/restrictanonymous.xml


Changeset:
Modified: trunk/smbdotconf/security/passwdchat.xml
===================================================================
--- trunk/smbdotconf/security/passwdchat.xml	2007-06-28 20:32:38 UTC (rev 1131)
+++ trunk/smbdotconf/security/passwdchat.xml	2007-06-28 22:15:11 UTC (rev 1132)
@@ -30,7 +30,7 @@
 
     <para>The string can contain the macro <parameter moreinfo="none">%n</parameter> which is substituted 
     for the new password.  The chat sequence can also contain the standard 
-    macros \\n, \\r, \\t and \\s to 
+    macros \n, \r, \t and \s to 
     give line-feed, carriage-return, tab and space.  The chat sequence string can also contain 
     a '*' which matches any sequence of characters. Double quotes can be used to collect strings with spaces 
     in them into a single string.</para>
@@ -41,7 +41,7 @@
 
     <para>If the <smbconfoption name="pam password change"/> parameter is set to <constant>yes</constant>, the
 	chat pairs may be matched in any order, and success is determined by the PAM result, not any particular
-	output. The \\n macro is ignored for PAM conversions.
+	output. The \n macro is ignored for PAM conversions.
     </para>
 
 </description>

Modified: trunk/smbdotconf/security/restrictanonymous.xml
===================================================================
--- trunk/smbdotconf/security/restrictanonymous.xml	2007-06-28 20:32:38 UTC (rev 1131)
+++ trunk/smbdotconf/security/restrictanonymous.xml	2007-06-28 22:15:11 UTC (rev 1132)
@@ -8,8 +8,8 @@
     group list information is returned for an anonymous connection.
     and mirrors the effects of the
 <programlisting>
-HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\
-           Control\\LSA\\RestrictAnonymous
+HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
+           Control\LSA\RestrictAnonymous
 </programlisting>
 	registry key in Windows 2000 and Windows NT.  When set to 0, user
 	and group list information is returned to anyone who asks.  When set



More information about the samba-cvs mailing list