diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-28 10:52:13 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:30 +0200 |
commit | e27e8f4f88dac6c938272ced6ca4b0fd3b20f8e0 (patch) | |
tree | b049f5c3c0906ecdd985e95c0303383d7e99b897 /docs-xml | |
parent | 7341dcac105baad0d06d112578fa3f12826bd4ef (diff) | |
download | samba-e27e8f4f88dac6c938272ced6ca4b0fd3b20f8e0.tar.gz samba-e27e8f4f88dac6c938272ced6ca4b0fd3b20f8e0.tar.bz2 samba-e27e8f4f88dac6c938272ced6ca4b0fd3b20f8e0.zip |
smb.conf(5): Add basic documentation for 'log nt token command'.
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/security/lognttokencommand.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/lognttokencommand.xml b/docs-xml/smbdotconf/security/lognttokencommand.xml new file mode 100644 index 0000000000..69703b5b2f --- /dev/null +++ b/docs-xml/smbdotconf/security/lognttokencommand.xml @@ -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> |