From: Michael Adam Date: Wed, 6 Feb 2008 22:56:08 +0000 (+0000) Subject: Document new smb.conf options "ldap debug level" and "ldap debug threshold". X-Git-Tag: samba-3.3.0pre1~1519 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81a7ca0afbcbf0b23ca0c9ccd4ac3faae89d62bf;p=thirdparty%2Fsamba.git Document new smb.conf options "ldap debug level" and "ldap debug threshold". Michael --- diff --git a/docs/smbdotconf/logging/ldapdebuglevel.xml b/docs/smbdotconf/logging/ldapdebuglevel.xml new file mode 100644 index 00000000000..5f167ef9200 --- /dev/null +++ b/docs/smbdotconf/logging/ldapdebuglevel.xml @@ -0,0 +1,28 @@ + + + + This parameter controls the debug level of the LDAP library + calls. In the case of OpenLDAP, it is the same + bit-field as understood by the server and documented in the + + slapd.conf + 5 + + manpage. + A typical useful value will be + 1 for tracing function calls. + + + The debug ouput from the LDAP libraries appears with a + prefix [LDAP] in samba's logging output. + The level at which LDAP logging is printed is controlled by the + parameter ldap debug threshold. + + +0 +1 + diff --git a/docs/smbdotconf/logging/ldapdebugthreshold.xml b/docs/smbdotconf/logging/ldapdebugthreshold.xml new file mode 100644 index 00000000000..a8b20839eee --- /dev/null +++ b/docs/smbdotconf/logging/ldapdebugthreshold.xml @@ -0,0 +1,16 @@ + + + + This parameter controls the samba debug level at which + the ldap library debug output is + printed in the samba logs. See the description of + ldap debug level for details. + + +10 +5 +