Last change
on this file since 101 was 44, checked in by Paul Smedley, 18 years ago |
Update source to 3.0.25b
|
File size:
1.7 KB
|
Line | |
---|
1 | .\"Generated by db2man.xsl. Don't modify this, modify the source.
|
---|
2 | .de Sh \" Subsection
|
---|
3 | .br
|
---|
4 | .if t .Sp
|
---|
5 | .ne 5
|
---|
6 | .PP
|
---|
7 | \fB\\$1\fR
|
---|
8 | .PP
|
---|
9 | ..
|
---|
10 | .de Sp \" Vertical space (when we can't use .PP)
|
---|
11 | .if t .sp .5v
|
---|
12 | .if n .sp
|
---|
13 | ..
|
---|
14 | .de Ip \" List item
|
---|
15 | .br
|
---|
16 | .ie \\n(.$>=3 .ne \\$3
|
---|
17 | .el .ne 3
|
---|
18 | .IP "\\$1" \\$2
|
---|
19 | ..
|
---|
20 | .TH "VFS_READONLY" 8 "" "" ""
|
---|
21 | .SH "NAME"
|
---|
22 | vfs_readonly - make a Samba share read only for a specified time period
|
---|
23 | .SH "SYNOPSIS"
|
---|
24 | .HP 1
|
---|
25 | vfs objects = readonly
|
---|
26 | .SH "DESCRIPTION"
|
---|
27 | .PP
|
---|
28 | This VFS module is part of the
|
---|
29 | \fBsamba\fR(7)
|
---|
30 | suite.
|
---|
31 | .PP
|
---|
32 | The
|
---|
33 | vfs_readonly
|
---|
34 | 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.
|
---|
35 | .PP
|
---|
36 | This module is stackable.
|
---|
37 | .SH "OPTIONS"
|
---|
38 | .PP
|
---|
39 | readonly:period = BEGIN, END
|
---|
40 | .RS 3n
|
---|
41 | 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
|
---|
42 | \fBdate\fR(1).
|
---|
43 | .RE
|
---|
44 | .SH "EXAMPLES"
|
---|
45 | .PP
|
---|
46 | Mark all shares read only:
|
---|
47 |
|
---|
48 | .nf
|
---|
49 |
|
---|
50 | \fI[global]\fR
|
---|
51 | vfs objects = readonly
|
---|
52 |
|
---|
53 | .fi
|
---|
54 | .PP
|
---|
55 | Mark the [backup] share as read only during business hours:
|
---|
56 |
|
---|
57 | .nf
|
---|
58 |
|
---|
59 | \fI[backup]\fR
|
---|
60 | path = /readonly
|
---|
61 | vfs objects = readonly
|
---|
62 | readonly:period = readonly:period = "today 9:00","today 17:00"
|
---|
63 |
|
---|
64 | .fi
|
---|
65 | .SH "VERSION"
|
---|
66 | .PP
|
---|
67 | This man page is correct for version 3.0.25 of the Samba suite.
|
---|
68 | .SH "AUTHOR"
|
---|
69 | .PP
|
---|
70 | 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.
|
---|
71 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.