diff options
author | John Terpstra <jht@samba.org> | 2005-03-08 21:56:52 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:15 -0500 |
commit | 7d771a68b293b6bcf8580fcd1d138e977f322350 (patch) | |
tree | 93520161cf75e8800bcd27527e97885037a59e14 /docs | |
parent | b7c94a5478f7b652824c1d88779888b02b86e08c (diff) | |
download | samba-7d771a68b293b6bcf8580fcd1d138e977f322350.tar.gz samba-7d771a68b293b6bcf8580fcd1d138e977f322350.tar.bz2 samba-7d771a68b293b6bcf8580fcd1d138e977f322350.zip |
Fix for bug #2200
(This used to be commit ec844bf36cfddd087af1fc57a704bc223ab5f102)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/security/passwdchat.xml | 6 |
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">"*Enter OLD password*" %o\\n "*Enter NEW password*" %n\\n "*Reenter NEW password*" %n\\n "*Password changed*"</value> +<value type="default">*new*password* %n\n*new*password* %n\n *changed*</value> +<value type="example">"*Enter OLD password*" %o\n "*Enter NEW password*" %n\n "*Reenter NEW password*" %n\n "*Password changed*"</value> </samba:parameter> |