diff options
author | Gerald Carter <jerry@samba.org> | 2005-02-03 16:43:22 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:12 -0500 |
commit | 89929956719a1cef6cf2d7cb6fd2c3cd477d1269 (patch) | |
tree | 4f14327a8e6ffe7348d1e6e6ff4901920444c361 /docs | |
parent | 1aa254abbf6b5ae7bb61b52d883097c511cda250 (diff) | |
download | samba-89929956719a1cef6cf2d7cb6fd2c3cd477d1269.tar.gz samba-89929956719a1cef6cf2d7cb6fd2c3cd477d1269.tar.bz2 samba-89929956719a1cef6cf2d7cb6fd2c3cd477d1269.zip |
adding note about these options not being supported in security = share
(This used to be commit 4524d2c761ae5fbfc38764e4c7a6bb6802501700)
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> |