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

the parameter name is 'writeable' and 'writable' is just an alias of it.

metze
This commit is contained in:
Stefan Metzmacher 2004-04-22 15:02:25 +00:00 committed by Gerald W. Carter
parent afa1575215
commit 7cd0dd90bc

View File

@ -43,7 +43,7 @@ to files and put deleted files in a recycle bin, see <link linkend="vfsrecyc">ne
<smbconfoption><name>comment</name><value>Audited /data directory</value></smbconfoption>
<smbconfoption><name>path</name><value>/data</value></smbconfoption>
<smbconfoption><name>vfs objects</name><value>audit recycle</value></smbconfoption>
<smbconfoption><name>writable</name><value>yes</value></smbconfoption>
<smbconfoption><name>writeable</name><value>yes</value></smbconfoption>
<smbconfoption><name>browseable</name><value>yes</value></smbconfoption>
</smbconfexample>
</para>
@ -137,7 +137,7 @@ This can be done using a configuration similar to the one shown in <link linkend
<para>
This module was created to allow Roaming Profile files and directories to be set (on the Samba server
under UNIX) as read only. This module will, if installed on the Profiles share, report to the client
that the Profile files and directories are writable. This satisfies the client even though the files
that the Profile files and directories are writeable. This satisfies the client even though the files
will never be overwritten as the client logs out or shuts down.
</para>