summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/ldap/ldapmaxauthrequest.xml
blob: c5934f73f95cef72967727245865f19ba863dce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<samba:parameter name="ldap max authenticated request size"
                 context="G"
                 type="integer"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
	<para>
		This parameter specifies the maximum permitted size (in bytes)
		for an LDAP request received on an authenticated connection.
	</para>

	<para>
		If the request size exceeds this limit the request will be
		rejected.
	</para>
</description>
<value type="default">16777216</value>
<value type="example">4194304</value>
</samba:parameter>