first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
[ira/wip.git] / docs / textdocs / UNIX_SECURITY.txt
index 3d9450722fc241ae5d3e08f6dd43031d5187d7d6..1a610d8e4c7717d91ee8ec6583a3d9bc24c49dac 100644 (file)
@@ -1,7 +1,7 @@
 !==
-!== UNIX_SECURITY.txt for Samba release 2.0.0-alpha6 19 Sep 1998
+!== UNIX_SECURITY.txt for Samba release 2.0.4 18 May 1999
 !==
-Contributor:   John H Terpstra <jht@samba.anu.edu.au>
+Contributor:   John H Terpstra <jht@samba.org>
 Date:          July 5, 1998
 Status:                Current
 
@@ -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.