smbdotconf: add client ldap sasl wrapping = {starttls,ldaps}
[Samba.git] / docs-xml / smbdotconf / ldap / ldapmaxsearchrequest.xml
blobebeb0816c01b34fb0b080af8ad255a9ca8db49c4
1 <samba:parameter name="ldap max search 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 search request. 
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">4194304</value>
18 </samba:parameter>