source: branches/samba-3.2.x/docs-xml/smbdotconf/logging/ldapdebuglevel.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 911 bytes
Line 
1<samba:parameter name="ldap debug level"
2 type="integer"
3 context="G"
4 developer="1" advanced="1"
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 ouput 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.