diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:47:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:47:31 +0000 |
commit | 236cb75e4430569627585a5818d9ce9bc85640f8 (patch) | |
tree | f84b5c0335eb76eb9df1e6c2c0004d7d9667c6e4 /debian/README.Debian | |
parent | Adding upstream version 2:4.17.12+dfsg. (diff) | |
download | samba-236cb75e4430569627585a5818d9ce9bc85640f8.tar.xz samba-236cb75e4430569627585a5818d9ce9bc85640f8.zip |
Adding debian version 2:4.17.12+dfsg-0+deb12u1.debian/2%4.17.12+dfsg-0+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/README.Debian | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..df61a47 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,32 @@ +NTP Integration +--------------- + +Add the following lines to your NTP configuration:: + + ntpsigndsocket /run/samba/ntp_signd + restrict default mssntp + +Bind9 Integration +----------------- + +Add the following line to your bind configuration (e.g. +/etc/bind/named.conf.local): + + include "/var/lib/samba/private/named.conf"; + +To enable dynamic DNS updates, add the following lines to your bind +configuration: + + options { + [...] + tkey-gssapi-keytab "/var/lib/samba/private/dns.keytab"; + [...] + }; + +If you enable bind, disable the Samba 4 internal DNS server by adding: + + server services = -dns + +to smb.conf. + + -- Jelmer Vernooij <jelmer@debian.org>, Wed, 11 Oct 2012 02:07:52 +0200 |