From 75484f491140fb86eaee90dde1dc1c9d4ebe8a41 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 3 Sep 2012 21:49:25 +0200 Subject: docs: Rename manpages-3 -> manpages. This change was suggested by Andrew Bartlett on the samba-technical mailing list. Karolin Autobuild-User(master): Karolin Seeger Autobuild-Date(master): Mon Sep 3 23:35:38 CEST 2012 on sn-devel-104 --- docs-xml/manpages/vfs_readonly.8.xml | 101 +++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 docs-xml/manpages/vfs_readonly.8.xml (limited to 'docs-xml/manpages/vfs_readonly.8.xml') diff --git a/docs-xml/manpages/vfs_readonly.8.xml b/docs-xml/manpages/vfs_readonly.8.xml new file mode 100644 index 0000000000..fee947b53e --- /dev/null +++ b/docs-xml/manpages/vfs_readonly.8.xml @@ -0,0 +1,101 @@ + + + + + + vfs_readonly + 8 + Samba + System Administration tools + 3.6 + + + + + vfs_readonly + make a Samba share read only for a specified time period + + + + + vfs objects = readonly + + + + + DESCRIPTION + + This VFS module is part of the + samba + 7 suite. + + The vfs_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 their + 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. + + + + -- cgit