summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/logging/debuguid.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs-xml/smbdotconf/logging/debuguid.xml')
-rw-r--r--docs-xml/smbdotconf/logging/debuguid.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/logging/debuguid.xml b/docs-xml/smbdotconf/logging/debuguid.xml
new file mode 100644
index 0000000000..5cfa541a45
--- /dev/null
+++ b/docs-xml/smbdotconf/logging/debuguid.xml
@@ -0,0 +1,17 @@
+<samba:parameter name="debug uid"
+ context="G"
+ type="boolean"
+ developer="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>
+ Samba is sometimes run as root and sometime run as the connected user, this boolean parameter inserts the
+ current euid, egid, uid and gid to the timestamp message headers in the log file if turned on.
+ </para>
+
+ <para>
+ Note that the parameter <smbconfoption name="debug timestamp"/> must be on for this to have an effect.
+ </para>
+</description>
+<value type="default">no</value>
+</samba:parameter>