File: README.Debian

package info (click to toggle)
samba 2%3A4.1.11%2Bdfsg-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 102,616 kB
  • sloc: ansic: 1,163,067; xml: 114,289; python: 103,162; perl: 28,109; sh: 12,165; asm: 3,281; cpp: 2,281; yacc: 1,949; ada: 1,681; exp: 1,582; makefile: 1,181; pascal: 1,089; cs: 879; lex: 566; awk: 140; csh: 58; sed: 45
file content (32 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
NTP Integration
---------------

Add the following lines to your NTP configuration::

  ntpsigndsocket /var/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