diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-28 10:42:55 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:30 +0200 |
commit | 7341dcac105baad0d06d112578fa3f12826bd4ef (patch) | |
tree | aae590346f05a04d9b0172c83dc8bd72f23c4893 /docs-xml | |
parent | 6f36bde82f4a6329b97b400564e69928dffa0173 (diff) | |
download | samba-7341dcac105baad0d06d112578fa3f12826bd4ef.tar.gz samba-7341dcac105baad0d06d112578fa3f12826bd4ef.tar.bz2 samba-7341dcac105baad0d06d112578fa3f12826bd4ef.zip |
smb.conf(5): Add basic documentation for 'ntp signd socket directory'.
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/security/ntpsigndsocketdirectory.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/ntpsigndsocketdirectory.xml b/docs-xml/smbdotconf/security/ntpsigndsocketdirectory.xml new file mode 100644 index 0000000000..718626d242 --- /dev/null +++ b/docs-xml/smbdotconf/security/ntpsigndsocketdirectory.xml @@ -0,0 +1,17 @@ +<samba:parameter name="ntp signd socket directory" + context="G" + type="string" + advanced="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>This setting controls the location of the socket that + the NTP daemon uses to communicate with Samba for + signing packets.</para> + + <para>If a non-default path is specified here, then it is also necessary + to make NTP aware of the new path using the <constant>ntpsigndsocket</constant> + directive in <filename>ntp.conf</filename>.</para> +</description> + +<value type="default">$prefix/run/samba/ntp_signd</value> +</samba:parameter> |