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