summaryrefslogtreecommitdiff
path: root/docs/textdocs/UNIX_SECURITY.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/textdocs/UNIX_SECURITY.txt')
-rw-r--r--docs/textdocs/UNIX_SECURITY.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/textdocs/UNIX_SECURITY.txt b/docs/textdocs/UNIX_SECURITY.txt
index f17672f738..59a955ff7e 100644
--- a/docs/textdocs/UNIX_SECURITY.txt
+++ b/docs/textdocs/UNIX_SECURITY.txt
@@ -1,5 +1,5 @@
!==
-!== UNIX_SECURITY.txt for Samba release 2.0.0-beta1 13 Nov 1998
+!== UNIX_SECURITY.txt for Samba release 2.1.0prealpha 981204
!==
Contributor: John H Terpstra <jht@samba.org>
Date: July 5, 1998
@@ -46,7 +46,11 @@ valid users list for the share.
Note that only user works in conjunction with the users= list,
so to get the behavior you require, add the line :
-user = %S
+users = %S
+
+this is equivalent to:
+
+valid users = %S
to the definition of the [homes] share, as recommended in
the smb.conf man page.