testprogs/blackbox: add 'net ads keytab delete' tests to test_net_ads.sh
[Samba.git] / docs-xml / smbdotconf / security / debugencryption.xml
blob5b51b4afe0ec9c8cc84c6ac3367967429498ec14
1 <samba:parameter name="debug encryption"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5   <description>
6     <para>
7       This option will make the smbd server and client code using
8       libsmb (smbclient, smbget, smbspool, ...) dump the Session Id,
9       the decrypted Session Key, the Signing Key, the Application Key,
10       the Encryption Key and the Decryption Key every time an SMB3+
11       session is established. This information will be printed in logs
12       at level 0.
13     </para>
14     <para>
15       Warning: access to these values enables the decryption of any
16       encrypted traffic on the dumped sessions. This option should
17       only be enabled for debugging purposes.
18     </para>
19   </description>
21   <value type="default">no</value>
22 </samba:parameter>