summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/security/passwdchat.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-03-08 21:56:52 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:15 -0500
commit7d771a68b293b6bcf8580fcd1d138e977f322350 (patch)
tree93520161cf75e8800bcd27527e97885037a59e14 /docs/smbdotconf/security/passwdchat.xml
parentb7c94a5478f7b652824c1d88779888b02b86e08c (diff)
downloadsamba-7d771a68b293b6bcf8580fcd1d138e977f322350.tar.gz
samba-7d771a68b293b6bcf8580fcd1d138e977f322350.tar.bz2
samba-7d771a68b293b6bcf8580fcd1d138e977f322350.zip
Fix for bug #2200
(This used to be commit ec844bf36cfddd087af1fc57a704bc223ab5f102)
Diffstat (limited to 'docs/smbdotconf/security/passwdchat.xml')
-rw-r--r--docs/smbdotconf/security/passwdchat.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/smbdotconf/security/passwdchat.xml b/docs/smbdotconf/security/passwdchat.xml
index be1c55aad0..ef312d0dd8 100644
--- a/docs/smbdotconf/security/passwdchat.xml
+++ b/docs/smbdotconf/security/passwdchat.xml
@@ -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>