]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml: document "winbind debug traceid" in smb.conf
authorPavel Filipenský <pfilipen@redhat.com>
Sun, 5 Sep 2021 20:18:11 +0000 (22:18 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 10 May 2022 17:31:31 +0000 (17:31 +0000)
Signed-off-by: Pavel Filipenský <pfilipen@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
docs-xml/smbdotconf/logging/debugtraceid.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/logging/debugtraceid.xml b/docs-xml/smbdotconf/logging/debugtraceid.xml
new file mode 100644 (file)
index 0000000..61a451d
--- /dev/null
@@ -0,0 +1,13 @@
+<samba:parameter name="winbind debug traceid"
+                 context="G"
+                 type="boolean"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+    <para>
+    With this boolean parameter enabled, the per request unique traceid
+    will be displayed in the debug header for winbind processes.
+    </para>
+
+</description>
+<value type="default">no</value>
+</samba:parameter>