smbdotconf: add client ldap sasl wrapping = {starttls,ldaps}
[Samba.git] / docs-xml / smbdotconf / ldap / ldapmaxauthrequest.xml
blobc5934f73f95cef72967727245865f19ba863dce5
1 <samba:parameter name="ldap max authenticated 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 authenticated 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">16777216</value>
17 <value type="example">4194304</value>
18 </samba:parameter>