mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
4a6a010e78
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Ira Cooper <ira@samba.org>
18 lines
676 B
XML
18 lines
676 B
XML
<samba:parameter name="ntp signd socket directory"
|
|
context="G"
|
|
type="string"
|
|
constant="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">&pathconfig.NTP_SIGND_SOCKET_DIR;</value>
|
|
</samba:parameter>
|