source: vendor/current/docs-xml/smbdotconf/logging/ldapdebuglevel.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 978 bytes
Line 
1<samba:parameter name="ldap debug level"
2 type="integer"
3 context="G"
4 handler="handle_ldap_debug_level"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>
8 This parameter controls the debug level of the LDAP library
9 calls. In the case of OpenLDAP, it is the same
10 bit-field as understood by the server and documented in the
11 <citerefentry>
12 <refentrytitle>slapd.conf</refentrytitle>
13 <manvolnum>5</manvolnum>
14 </citerefentry>
15 manpage.
16 A typical useful value will be
17 <emphasis>1</emphasis> for tracing function calls.
18 </para>
19 <para>
20 The debug output from the LDAP libraries appears with the
21 prefix [LDAP] in Samba's logging output.
22 The level at which LDAP logging is printed is controlled by the
23 parameter <parameter>ldap debug threshold</parameter>.
24 </para>
25</description>
26<value type="default">0</value>
27<value type="example">1</value>
28</samba:parameter>
Note: See TracBrowser for help on using the repository browser.