1 <samba:parameter name="ldap debug level"
4 developer="1" advanced="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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
12 <refentrytitle>slapd.conf</refentrytitle>
13 <manvolnum>5</manvolnum>
16 A typical useful value will be
17 <emphasis>1</emphasis> for tracing function calls.
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>.
26 <value type="default">0</value>
27 <value type="example">1</value>