From c038a4e9c09ba4ac77d885ac0afee418f41b8891 Mon Sep 17 00:00:00 2001 From: bubulle Date: Tue, 6 Apr 2010 18:12:47 +0000 Subject: Revert to 3.4.7...for now? git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@3416 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/manpages/vfs_readonly.8.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/htmldocs/manpages/vfs_readonly.8.html') diff --git a/docs/htmldocs/manpages/vfs_readonly.8.html b/docs/htmldocs/manpages/vfs_readonly.8.html index 2569d1f559..0ac6274d55 100644 --- a/docs/htmldocs/manpages/vfs_readonly.8.html +++ b/docs/htmldocs/manpages/vfs_readonly.8.html @@ -1,15 +1,15 @@ -vfs_readonly

Name

vfs_readonly — make a Samba share read only for a specified time period

Synopsis

vfs objects = readonly

DESCRIPTION

This VFS module is part of the +vfs_readonly

Name

vfs_readonly — make a Samba share read only for a specified time period

Synopsis

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 ther - actual access privileges.

This module is stackable.

OPTIONS

readonly:period = BEGIN, END

Only mark the share as read only if the client + 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:

+		

EXAMPLES

Mark all shares read only:

         [global]
 	vfs objects = readonly
 

Mark the [backup] share as read only during business hours:

@@ -17,8 +17,8 @@
 	path = /readonly
 	vfs objects = readonly
 	readonly:period = 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 +

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 v1.2.3