1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

adding note about these options not being supported in security = share

This commit is contained in:
Gerald Carter 2005-02-03 16:43:22 +00:00 committed by Gerald W. Carter
parent feaec6c628
commit 4524d2c761
3 changed files with 17 additions and 3 deletions

View File

@ -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"/>

View File

@ -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>

View File

@ -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>