Update "*securitymask* docs to match the code.
authorJeremy Allison <jra@samba.org>
Thu, 23 Aug 2007 19:50:44 +0000 (19:50 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 14:01:56 +0000 (09:01 -0500)
Jeremy.

docs/smbdotconf/security/directorysecuritymask.xml
docs/smbdotconf/security/securitymask.xml

index a16f275698ddb4d0b6b2f2698687eee3289a8a5c..352e892f1ca27f2109acfe38cb18872e353120da 100644 (file)
@@ -4,19 +4,19 @@
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
     <para>This parameter controls what UNIX permission bits 
-    can be modified when a Windows NT client is manipulating the UNIX 
+    can be set when a Windows NT client is manipulating the UNIX 
     permission on a directory using the native NT security dialog 
     box.</para>
 
     <para>
-       This parameter is applied as a mask (AND'ed with) to the changed permission bits, thus preventing any bits not
-       in this mask from being modified.  Make sure not to mix up this parameter with <smbconfoption name="force
+       This parameter is applied as a mask (AND'ed with) to the incoming permission bits, thus preventing any bits not
+       in this mask from being set.  Make sure not to mix up this parameter with <smbconfoption name="force
        directory security mode"/>, which works similar like this one but uses logical OR instead of AND.
-       Essentially, zero bits in this mask may be treated as a set of bits the user is not allowed to change.
+       Essentially, zero bits in this mask are a set of bits that will always be set to zero.
        </para>
 
     <para>If not set explicitly this parameter is set to 0777
-    meaning a user is allowed to modify all the user/group/world
+    meaning a user is allowed to set all the user/group/world
     permissions on a directory.</para>
 
     <para><emphasis>Note</emphasis> that users who can access the 
index d41d6bddaeea72952ce96157fef9d0dd80558c67..1cf6e09a46dd1e3d310213c06429f5bf9dedbb15 100644 (file)
@@ -4,22 +4,22 @@
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
     <para>
-       This parameter controls what UNIX permission bits can be modified when a Windows NT client is manipulating the
+       This parameter controls what UNIX permission bits can be set when a Windows NT client is manipulating the
        UNIX permission on a file using the native NT security dialog box.
        </para>
 
     <para>
-       This parameter is applied as a mask (AND'ed with) to the changed permission bits, thus preventing any bits not
-       in this mask from being modified.  Make sure not to mix up this parameter with <smbconfoption name="force
+       This parameter is applied as a mask (AND'ed with) to the incoming permission bits, thus preventing any bits not
+       in this mask from being set.  Make sure not to mix up this parameter with <smbconfoption name="force
        security mode"/>, which works in a manner similar to this one but uses a logical OR instead of an AND. 
        </para>
 
        <para>
-       Essentially, zero bits in this mask may be treated as a set of bits the user is not allowed to change.
+       Essentially, zero bits in this mask are a set of bits that will always be set to zero.
        </para>
 
     <para>
-       If not set explicitly this parameter is 0777, allowing a user to modify all the user/group/world permissions on a file.
+       If not set explicitly this parameter is 0777, allowing a user to set all the user/group/world permissions on a file.
     </para>
 
     <para><emphasis>