diff options
author | Gerald Carter <jerry@samba.org> | 2007-08-29 15:41:57 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:36 -0500 |
commit | 3a516c6b2f4afe2f4e835a1122b13fbb4f0ca4fe (patch) | |
tree | d97d08b67797c1d9bf2902e6ce23590a66bdf4b6 /docs/smbdotconf/security | |
parent | 76d9becbb8c41d81030378844804953733169512 (diff) | |
download | samba-3a516c6b2f4afe2f4e835a1122b13fbb4f0ca4fe.tar.gz samba-3a516c6b2f4afe2f4e835a1122b13fbb4f0ca4fe.tar.bz2 samba-3a516c6b2f4afe2f4e835a1122b13fbb4f0ca4fe.zip |
Add comment about the %o variable not generally being available
(This used to be commit cc38ef35de03a5a476e171f2b3ee4875a27bbd39)
Diffstat (limited to 'docs/smbdotconf/security')
-rw-r--r-- | docs/smbdotconf/security/passwdchat.xml | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/docs/smbdotconf/security/passwdchat.xml b/docs/smbdotconf/security/passwdchat.xml index 32ae5b3033..da18142dfa 100644 --- a/docs/smbdotconf/security/passwdchat.xml +++ b/docs/smbdotconf/security/passwdchat.xml @@ -1,6 +1,6 @@ <samba:parameter name="passwd chat" context="G" - type="string" + type="string" advanced="1" developer="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> @@ -27,13 +27,17 @@ be executed on the NIS master. </para> - - <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 - 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> + <para>The string can contain the macro <parameter + moreinfo="none">%n</parameter> which is substituted + for the new password. The old passsword (<parameter + moreinfo="none">%o</parameter>) is only available when + <smbconfoption name="encrypt passwords"/> has been disabled. + The chat sequence can also contain the standard 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> <para>If the send string in any part of the chat sequence is a full stop ".", then no string is sent. Similarly, if the @@ -52,5 +56,5 @@ <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="example">"*Enter NEW password*" %n\n "*Reenter NEW password*" %n\n "*Password changed*"</value> </samba:parameter> |