Add all the source files from the old CVS tree,
[tprouty/samba.git] / docs / smbdotconf / security / passwdchatdebug.xml
1 <samba:parameter name="passwd chat debug"
2                  context="G"
3                  advanced="1" developer="1"
4                                  type="boolean"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7     <para>This boolean specifies if the passwd chat script 
8     parameter is run in <emphasis>debug</emphasis> mode. In this mode the 
9     strings passed to and received from the passwd chat are printed 
10     in the <citerefentry><refentrytitle>smbd</refentrytitle>
11     <manvolnum>8</manvolnum></citerefentry> log with a 
12     <link linkend="DEBUGLEVEL"><parameter moreinfo="none">debug level</parameter></link> 
13     of 100. This is a dangerous option as it will allow plaintext passwords 
14     to be seen in the <command moreinfo="none">smbd</command> log. It is available to help 
15     Samba admins debug their <parameter moreinfo="none">passwd chat</parameter> scripts 
16     when calling the <parameter moreinfo="none">passwd program</parameter> and should 
17     be turned off after this has been done. This option has no effect if the 
18     <link linkend="PAMPASSWORDCHANGE"><parameter moreinfo="none">pam password change</parameter></link>
19         paramter is set. This parameter is off by default.</para>
20 </description>
21
22 <related>passwd chat</related>
23 <related>pam password change</related>
24 <related>passwd program</related>
25
26 <value type="default">no</value>
27 </samba:parameter>