WHATSNEW: document new inherit owner option
[amitay/samba.git] / WHATSNEW.txt
1 Release Announcements
2 =====================
3
4 This is the first preview release of Samba 4.6.  This is *not*
5 intended for production environments and is designed for testing
6 purposes only.  Please report any defects via the Samba bug reporting
7 system at https://bugzilla.samba.org/.
8
9 Samba 4.6 will be the next version of the Samba suite.
10
11
12 UPGRADING
13 =========
14
15
16 NEW FEATURES/CHANGES
17 ====================
18
19 kerberos client encryption types
20 --------------------------------
21 Some parts of Samba (most notably winbindd) perform Kerberos client
22 operations based on a Samba-generated krb5.conf file. A new
23 parameter, "kerberos encryption types" allows configuring the
24 encryption types set in this file, thereby allowing the user to
25 enforce strong or legacy encryption in Kerberos exchanges.
26
27 The default value of "all" is compatible with previous behavior, allowing
28 all encryption algorithms to be negotiated. Setting the parameter to "strong"
29 only allows AES-based algorithms to be negotiated. Setting the parameter to
30 "legacy" allows only RC4-HMAC-MD5 - the legacy algorithm for Active Directory.
31 This can solves some corner cases of mixed environments with Server 2003R2 and
32 newer DCs.
33
34
35 new option for owner inheritance
36 --------------------------------
37 The "inherit owner" smb.conf parameter instructs smbd to set the
38 owner of files to be the same as the parent directory's owner.
39 Up until now, this parameter could be set to "yes" or "no".
40 A new option, "unix only", enables this feature only for the UNIX owner
41 of the file, not affecting the SID owner in the Windows NT ACL of the
42 file. This can be used to emulate something very similar to folder quotas.
43
44
45 REMOVED FEATURES
46 ================
47
48
49 smb.conf changes
50 ================
51
52   Parameter Name                Description             Default
53   --------------                -----------             -------
54   kerberos encryption types     New                     all
55   inherit owner                 New option
56
57
58 KNOWN ISSUES
59 ============
60
61 Currently none.
62
63 #######################################
64 Reporting bugs & Development Discussion
65 #######################################
66
67 Please discuss this release on the samba-technical mailing list or by
68 joining the #samba-technical IRC channel on irc.freenode.net.
69
70 If you do report problems then please try to send high quality
71 feedback. If you don't provide vital information to help us track down
72 the problem then you will probably be ignored.  All bug reports should
73 be filed under the Samba 4.1 and newer product in the project's Bugzilla
74 database (https://bugzilla.samba.org/).
75
76
77 ======================================================================
78 == Our Code, Our Bugs, Our Responsibility.
79 == The Samba Team
80 ======================================================================
81