diff options
author | Kai Blin <kai@samba.org> | 2012-09-12 01:59:03 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-09-12 16:51:29 +0200 |
commit | 2df614243928bcd47983e0b0368cd6de49567209 (patch) | |
tree | 056f8b122a6c1c946c26520687c0588f1766ec53 | |
parent | 9583366d1eba609e902b885244735b9c981cec9c (diff) | |
download | samba-2df614243928bcd47983e0b0368cd6de49567209.tar.gz samba-2df614243928bcd47983e0b0368cd6de49567209.tar.bz2 samba-2df614243928bcd47983e0b0368cd6de49567209.zip |
WHATSNEW.txt: Update DNS server description
Signed-off-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r-- | WHATSNEW.txt | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 07ece29794..f571f55741 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -49,6 +49,10 @@ with those matching the GPOs in LDAP and the defaults from an initial provision. This will set an underlying POSIX ACL if required (eg not using the NTVFS file server). +If you used the BIND9_FLATFILE or BIND9_DLZ features, +you'll have to add '-dns' to the 'server services' option, +as the internal dns server (SAMBA_INTERNAL) is the default now. + NEW FEATURES ============ @@ -80,13 +84,14 @@ running an AD DC, you only need to run 'samba' (not nmbd/smbd/winbind), as the required services are co-coordinated by this master binary. -As DNS is an integral part of Active Directory, we also provide a DNS -solution, using the BIND DLZ mechanism in versions 9.8 and 9.9. -During the provision, a configuration file will be generated for bind -to make it use this plugin. We also have a project to provide a -minimal internal DNS server from within the Samba process, for easier -'out of the box' configuration. Note however that this is not yet -complete (pending addition of secure DNS update support). +As DNS is an integral part of Active Directory, we also provide two DNS +solutions, a simple internal DNS server for 'out of the box' configurations +and a more elaborate BIND plugin using the BIND DLZ mechanism in versions +9.8 and 9.9. During the provision, you can select which backend to use. +With the internal backend, your DNS server is good to go. +If you chose the BIND_DLZ backend, a configuration file will be generated +for bind to make it use this plugin, as well as a file explaining how to +set up bind. To provide accurate timestamps to Windows clients, we integrate with the NTP project to provide secured NTP replies. To use you need to @@ -131,6 +136,11 @@ the same. The 'updateprovision' script was renamed to 'samba_upgradeprovision'. +We changed the default dns implementation to the internal dns server +(SAMBA_INTERNAL). BIND9_FLATFILE and BIND9_DLZ are still available, +but you'll have to add '-dns' to the 'server services' option +to disable the internal dns server. + CHANGES SINCE beta7 ===================== |