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