summaryrefslogtreecommitdiffstats
path: root/debian/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian32
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