summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1998-12-03 22:35:49 +0000
committerJohn Terpstra <jht@samba.org>1998-12-03 22:35:49 +0000
commit57ccfe2c0d4e6a75043049613c4c280299959800 (patch)
treea240c1b6420831175b3c7f683504a50520a8e702
parent469f99d9c3ae5a3dca105ccee86c1ce7d17cae4d (diff)
downloadsamba-57ccfe2c0d4e6a75043049613c4c280299959800.tar.gz
Fixed typo and added use of "valid users".
-rw-r--r--docs/textdocs/UNIX_SECURITY.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/textdocs/UNIX_SECURITY.txt b/docs/textdocs/UNIX_SECURITY.txt
index fdfc5ced583..0de4c6379f2 100644
--- a/docs/textdocs/UNIX_SECURITY.txt
+++ b/docs/textdocs/UNIX_SECURITY.txt
@@ -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.