X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=WHATSNEW.txt;h=f8c65b23e310b2514387c0403c9cfc1effe82e90;hb=e530e43d67436881fd039877f956f0ad9b562af9;hp=d9324e7dbdd04b197c985253a344a805677b6e92;hpb=306783d6f5d577a0b8bd31d659d8c802f22f0333;p=samba.git diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d9324e7dbdd..f8c65b23e31 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -16,11 +16,33 @@ UPGRADING NEW FEATURES/CHANGES ==================== -The "strict sync" global parameter has been changed from -a default of "no" to "yes". This means smbd will by default -obey client requests to synchronize unwritten data in operating -system buffers safely onto disk. This is a safer default setting -for modern SMB1/2/3 clients. +Samba AD with MIT Kerberos +-------------------------- + +After four years of development, Samba finally supports compiling and +running Samba AD with MIT Kerberos. You can enable it with: + + ./configure --with-system-mitkrb5 + +Samba requires version 1.15.1 of MIT Kerberos to build with AD DC support. +The krb5-devel and krb5-server packages are required. +The feature set is not on par with with the Heimdal build but the most important +things, like forest and external trusts, are working. Samba uses the KDC binary +provided by MIT Kerberos. + +Missing features, compared to Heimdal, are: + * PKINIT support + * S4U2SELF/S4U2PROXY support + * RODC support (not fully working with Heimdal either) + +The Samba AD process will take care of starting the MIT KDC and it will load a +KDB (Kerberos Database) driver to access the Samba AD database. When +provisioning an AD DC using 'samba-tool' it will take care of creating a correct +kdc.conf file for the MIT KDC. Note that 'samba-tool' will overwrite the system +kdc.conf by default. It is possible to use a different location during +provision. You should consult the 'samba-tool' help and smb.conf manpage for +details. + Authentication and Authorization audit support ---------------------------------------------- @@ -40,6 +62,25 @@ authentication, SMB and RPC authorization is covered, however password changes are not at this stage, and this support is not currently backed by a testsuite. + +Query record for open file or directory +--------------------------------------- + +The record attached to an open file or directory in Samba can be +queried through the 'net tdb locking' command. In clustered Samba this +can be useful to determine the file or directory triggering +corresponding "hot" record warnings in ctdb. + + +Parameter changes +----------------- + +The "strict sync" global parameter has been changed from +a default of "no" to "yes". This means smbd will by default +obey client requests to synchronize unwritten data in operating +system buffers safely onto disk. This is a safer default setting +for modern SMB1/2/3 clients. + smb.conf changes ================