diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/security/adminusers.xml | 7 | ||||
-rw-r--r-- | docs/smbdotconf/security/readlist.xml | 6 | ||||
-rw-r--r-- | docs/smbdotconf/security/writelist.xml | 7 |
3 files changed, 17 insertions, 3 deletions
diff --git a/docs/smbdotconf/security/adminusers.xml b/docs/smbdotconf/security/adminusers.xml index bcb4108ed5..0c4b5c1fed 100644 --- a/docs/smbdotconf/security/adminusers.xml +++ b/docs/smbdotconf/security/adminusers.xml @@ -9,7 +9,12 @@ <para>You should use this option very carefully, as any user in this list will be able to do anything they like on the share, - irrespective of file permissions.</para> + irrespective of file permissions.</para> + + <para>This parameter will not work with the <link linkend="SECURITY"> + <parameter moreinfo="none">security = share</parameter></linkend> in + Samba 3.0. This is by design.</para> + </description> <value type="default"/> diff --git a/docs/smbdotconf/security/readlist.xml b/docs/smbdotconf/security/readlist.xml index 11b8176955..eb5e7ddacf 100644 --- a/docs/smbdotconf/security/readlist.xml +++ b/docs/smbdotconf/security/readlist.xml @@ -9,7 +9,11 @@ <parameter moreinfo="none">read only</parameter></link> option is set to. The list can include group names using the syntax described in the <link linkend="INVALIDUSERS"><parameter moreinfo="none"> - invalid users</parameter></link> parameter.</para> + invalid users</parameter></link> parameter.</para> + + <para>This parameter will not work with the <link linkend="SECURITY"> + <parameter moreinfo="none">security = share</parameter></linkend> in + Samba 3.0. This is by design.</para> </description> <related>write list</related> diff --git a/docs/smbdotconf/security/writelist.xml b/docs/smbdotconf/security/writelist.xml index ad72bc19f2..e4a9adf8a7 100644 --- a/docs/smbdotconf/security/writelist.xml +++ b/docs/smbdotconf/security/writelist.xml @@ -11,7 +11,12 @@ @group syntax.</para> <para>Note that if a user is in both the read list and the - write list then they will be given write access.</para> + write list then they will be given write access.</para> + + <para>This parameter will not work with the <link linkend="SECURITY"> + <parameter moreinfo="none">security = share</parameter></linkend> in + Samba 3.0. This is by design.</para> + </description> <related>read list</related> |