From 41bb30bde0a00615a7251dd44dae0585022af0df Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 23 Aug 2007 19:50:44 +0000 Subject: Update "*securitymask* docs to match the code. Jeremy. (This used to be commit f1fd69d9b5c3617e6b789df5a4cc3b79931a1e48) --- docs/smbdotconf/security/directorysecuritymask.xml | 10 +++++----- docs/smbdotconf/security/securitymask.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/smbdotconf/security/directorysecuritymask.xml b/docs/smbdotconf/security/directorysecuritymask.xml index a16f275698..352e892f1c 100644 --- a/docs/smbdotconf/security/directorysecuritymask.xml +++ b/docs/smbdotconf/security/directorysecuritymask.xml @@ -4,19 +4,19 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 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. - 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 , 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. 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. Note that users who can access the diff --git a/docs/smbdotconf/security/securitymask.xml b/docs/smbdotconf/security/securitymask.xml index d41d6bddae..1cf6e09a46 100644 --- a/docs/smbdotconf/security/securitymask.xml +++ b/docs/smbdotconf/security/securitymask.xml @@ -4,22 +4,22 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> - 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. - 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 , which works in a manner similar to this one but uses a logical OR instead of an 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. - 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. -- cgit