From: James Peach Date: Wed, 28 Feb 2007 00:32:53 +0000 (+0000) Subject: Document the readonly VFS module. X-Git-Tag: samba-3.3.0pre1~1707 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=067285af805eef643d7a34a24aff8a77b737b897;p=thirdparty%2Fsamba.git Document the readonly VFS module. --- diff --git a/docs/manpages-3/smb-vfs-readonly.8.xml b/docs/manpages-3/smb-vfs-readonly.8.xml new file mode 100644 index 00000000000..f447702ee7c --- /dev/null +++ b/docs/manpages-3/smb-vfs-readonly.8.xml @@ -0,0 +1,97 @@ + + + + + + smb-vfs-readonly + 8 + + + + + readonly + Make a Samba share read only for a specified time period + + + + + vfs objects = readonly + + + + + DESCRIPTION + + This module is part of the samba + 7 suite. + + The readonly VFS module marks a share + as read only for all clients connecting within the configured + time period. Clients connecting during this time will be denied + write access to all files in the share, irrespective of ther + actual access privileges. + + This module is stackable. + + + + + + OPTIONS + + + + + readonly:period = BEGIN, END + + Only mark the share as read only if the client + connection was made between the times marked by the + BEGIN and END date specifiers. + The syntax of these date specifiers is the + same as that accepted by the -d option of GNU + date + 1. + + + + + + + + + + EXAMPLES + + Mark all shares read only: + + + readonly + + + Mark the [backup] share as read only during business hours: + + + /readonly + readonly + readonly:period = "today 9:00","today 17:00" + + + + + VERSION + + This man page is correct for version 3.0.25 of the Samba suite. + + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + + +