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

jht at samba.org jht at samba.org
Tue Mar 8 21:56:52 GMT 2005


Author: jht
Date: 2005-03-08 21:56:52 +0000 (Tue, 08 Mar 2005)
New Revision: 383

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

Log:
Fix for bug #2200
Modified:
   trunk/smbdotconf/security/passwdchat.xml


Changeset:
Modified: trunk/smbdotconf/security/passwdchat.xml
===================================================================
--- trunk/smbdotconf/security/passwdchat.xml	2005-03-08 20:22:52 UTC (rev 382)
+++ trunk/smbdotconf/security/passwdchat.xml	2005-03-08 21:56:52 UTC (rev 383)
@@ -32,7 +32,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 <constant>\\n</constant>, <constant>\\r</constant>, <constant>\\t</constant> and <constant>\\s</constant> 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>
@@ -54,6 +54,6 @@
 <related>passwd chat debug</related>
 <related>pam password change</related>
 
-<value type="default">*new*password* %n\\n*new*password* %n\\n *changed*</value>
-<value type="example">&quot;*Enter OLD password*&quot; %o\\n &quot;*Enter NEW password*&quot; %n\\n &quot;*Reenter NEW password*&quot; %n\\n &quot;*Password changed*&quot;</value>
+<value type="default">*new*password* %n\n*new*password* %n\n *changed*</value>
+<value type="example">&quot;*Enter OLD password*&quot; %o\n &quot;*Enter NEW password*&quot; %n\n &quot;*Reenter NEW password*&quot; %n\n &quot;*Password changed*&quot;</value>
 </samba:parameter>



More information about the samba-cvs mailing list