s3:libsmb: add cli_{query,set}_security_descriptor() which take sec_info flags
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / logging / ldapdebuglevel.xml
bloba8c47e47255967d3b60d14ffc60ec54bffb60749
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 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>