testprogs/blackbox: add 'net ads keytab delete' tests to test_net_ads.sh
[Samba.git] / docs-xml / smbdotconf / security / clientsmbencryptionalgos.xml
blob78df3f909e9ee1f69230f2e1039190d8d4592ed8
1 <samba:parameter name="client smb3 encryption algorithms"
2                  context="G"
3                  type="list"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This parameter specifies the availability and order of
7         encryption algorithms which are available for negotiation in the SMB3_11 dialect.
8         </para>
9         <para>It is also possible to remove individual algorithms from the default list,
10         by prefixing them with '-'. This can avoid having to specify a hardcoded list.
11         </para>
12         <para>Note: that the removal of AES-128-CCM from the list will result
13         in SMB3_00 and SMB3_02 being unavailable, as it is the default and only
14         available algorithm for these dialects.
15         </para>
16 </description>
18 <value type="default">AES-128-GCM, AES-128-CCM, AES-256-GCM, AES-256-CCM</value>
19 <value type="example">AES-256-GCM</value>
20 <value type="example">-AES-128-GCM -AES-128-CCM</value>
21 </samba:parameter>