summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-08-07 18:25:04 +0000
committerGerald Carter <jerry@samba.org>2006-08-07 18:25:04 +0000
commitbdad10270a8126daa419b1b7088723c5aa7953ec (patch)
tree793a7e023b46876af92c3d3dc1cb3b5c8791830c
parentbcb49a0ce53c651f9058aee8aca72180ec075599 (diff)
downloadsamba-3.0.23b.tar.gz
r17443: fix typo noticed by Derrellsamba-3.0.23b
-rw-r--r--WHATSNEW.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 14762604cbd..8dbc7d7718c 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -23,11 +23,11 @@ Member servers, domain accounts, and smb.conf
=============================================
Since Samba 3.0.8, it has been recommended that all domain accounts
-listed in smb.conf on a member server be fully qualified with
-the domain name. This is now a requirement. All unqualified names
-are assumed to be local to the Unix host, either as part of the
-server's local passdb or in the local system list of accounts
-(e.g. /etc/passwd or /etc/group).
+listed in smb.conf on a member server be fully qualified with the
+domain name. This is now a requirement. All unqualified names are
+assumed to be local to the Unix host, either as part of the server's
+local passdb or in the local system list of accounts (e.g. /etc/passwd
+or /etc/group).
The reason for this change is that smbd has transitioned from
access checks based on string comparisons to token based
@@ -48,8 +48,9 @@ domain group "Linux Admins" and the local group srvadmin.
path = /data
valid users = +"DOMAIN\Linux Admins" +srvadmin
-Note that to restrict the [homes] share on a member server, it
-is necessary to prefix the %S valid to "valid users".
+Note that to restrict the [homes] share on a member server to the
+owner of that directory, it is necessary to prefix the %S value
+to "valid users".
[global]
security = {domain,ads}