CVE-2020-10704: smb.conf: Add max ldap request sizes
[Samba.git] / docs-xml / smbdotconf / ldap / ldapmaxanonrequest.xml
blob61bdcec674d9200dd0c694bea6b9b2d7c98a6999
1 <samba:parameter name="ldap max anonymous request size"
2                  context="G"
3                  type="integer"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>
7                 This parameter specifies the maximum permitted size (in bytes)
8                 for an LDAP request received on an anonymous connection.
9         </para>
11         <para>
12                 If the request size exceeds this limit the request will be
13                 rejected.
14         </para>
15 </description>
16 <value type="default">256000</value>
17 <value type="example">500000</value>
18 </samba:parameter>