From 7d771a68b293b6bcf8580fcd1d138e977f322350 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 8 Mar 2005 21:56:52 +0000 Subject: Fix for bug #2200 (This used to be commit ec844bf36cfddd087af1fc57a704bc223ab5f102) --- docs/smbdotconf/security/passwdchat.xml | 6 +++--- 1 file 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 @@ The string can contain the macro %n 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. @@ -54,6 +54,6 @@ passwd chat debug pam password change -*new*password* %n\\n*new*password* %n\\n *changed* -"*Enter OLD password*" %o\\n "*Enter NEW password*" %n\\n "*Reenter NEW password*" %n\\n "*Password changed*" +*new*password* %n\n*new*password* %n\n *changed* +"*Enter OLD password*" %o\n "*Enter NEW password*" %n\n "*Reenter NEW password*" %n\n "*Password changed*" -- cgit