smb.conf(5): Add basic documentation for 'log nt token command'.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 28 Sep 2012 17:52:13 +0000 (10:52 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Oct 2012 20:34:30 +0000 (22:34 +0200)
docs-xml/smbdotconf/security/lognttokencommand.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/security/lognttokencommand.xml b/docs-xml/smbdotconf/security/lognttokencommand.xml
new file mode 100644 (file)
index 0000000..69703b5
--- /dev/null
@@ -0,0 +1,14 @@
+<samba:parameter name="log nt token command"
+                 context="G"
+                                type="string"
+                 advanced="1" developer="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+       <para>This option can be set to a command that will be called when new nt
+               tokens are created.</para>
+
+       <para>This is only useful for development purposes.</para>
+</description>
+
+<value type="default"></value>
+</samba:parameter>