diff options
author | Günther Deschner <gd@samba.org> | 2004-11-25 00:36:07 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:08 -0500 |
commit | 37c4269c152e92cb7ad3decaece015adc08ababf (patch) | |
tree | b905f87edb1b12a405d601bfa0731cfeae698631 /docs | |
parent | 1cca7db69ca698c5eb927f06e137c92cb51d0e91 (diff) | |
download | samba-37c4269c152e92cb7ad3decaece015adc08ababf.tar.gz samba-37c4269c152e92cb7ad3decaece015adc08ababf.tar.bz2 samba-37c4269c152e92cb7ad3decaece015adc08ababf.zip |
most probably a typo.
Guenther
(This used to be commit 5220e5bfee63c89ec897864e805624eccda95d99)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/smbcacls.1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manpages/smbcacls.1.xml b/docs/manpages/smbcacls.1.xml index 26bd80d282..0e5dd67878 100644 --- a/docs/manpages/smbcacls.1.xml +++ b/docs/manpages/smbcacls.1.xml @@ -171,12 +171,12 @@ ACL:<sid or name>:<type>/<flags>/<mask> cause strange behaviour. </para> <para>The owner and group specify the owner and group sids for the - object. If a SID in the format CWS-1-x-y-z is specified this is used, + object. If a SID in the format S-1-x-y-z is specified this is used, otherwise the name specified is resolved using the server on which the file or directory resides. </para> <para>ACLs specify permissions granted to the SID. This SID again - can be specified in CWS-1-x-y-z format or as a name in which case + can be specified in S-1-x-y-z format or as a name in which case it is resolved against the server on which the file or directory resides. The type, flags and mask values determine the type of access granted to the SID. </para> |