~ubuntu-branches/ubuntu/intrepid/samba/intrepid-updates

« back to all changes in this revision

Viewing changes to docs/manpages/vfs_readonly.8

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-06-02 09:01:46 UTC
  • mfrom: (0.25.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080602090146-92ur4nx39ccg708r
Tags: 2:3.0.30-2ubuntu1
* Merge from debian unstable, remaining changes:
  * debian/patches/VERSION.patch
    - set SAMABA_VERSION_VENDOR_SUFFIX to Ubuntu
  * debian/smb.conf
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] shares, and a comment about
      "value users = %S to show users how to restrict access to 
      \\server\useranem to only username.
    - Add map to guest = Bad user, maps bad username to guest access.
      (LP: #32067)
  * debian/samba-common.postinst:
    - Fix upgrade from a first installation done with feisty, edgy, or dapper.
      (LP: #201059)
    - When populating the new sambashare group, it's not an error if the user
      simply doesn't exist; test for this case and the install continue 
      instead of aborting. (LP: #206036)
  * debian/smba-common.config:
    - do not change priority to HIGH if dhclient3 is installed
    - used priority medium instead of hight for the workgroup question
  * debian/winbind.files
    - insclude additional files
  * debian/patches/fix-documentation.patch:
    - fix typos in net(8) and smb.conf(5) man pages
  * debian/mksambapasswd.awk:
    - Don't add user with UID less than 1000 to smbpasswd.
  * debian/samba.init:
    - add 'status' option for LSB conformance.
  * Updated control version.
  * Dropped Changes:
    - Dropped debian/patches/fix-smbprinting-os2.patch. Accepted upstream.
    - Dropped debian/patches/fix-documentation.patch. Accepted upstream.
     

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 "" "" ""
 
1
.\"     Title: vfs_readonly
 
2
.\"    Author: 
 
3
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
 
4
.\"      Date: 05/28/2008
 
5
.\"    Manual: System Administration tools
 
6
.\"    Source: Samba 3.0
 
7
.\"
 
8
.TH "VFS_READONLY" "8" "05/28/2008" "Samba 3\.0" "System Administration tools"
 
9
.\" disable hyphenation
 
10
.nh
 
11
.\" disable justification (adjust text to left margin only)
 
12
.ad l
21
13
.SH "NAME"
22
14
vfs_readonly - make a Samba share read only for a specified time period
23
15
.SH "SYNOPSIS"
27
19
.PP
28
20
This VFS module is part of the
29
21
\fBsamba\fR(7)
30
 
suite.
 
22
suite\.
31
23
.PP
32
24
The
33
25
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.
 
26
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
27
.PP
36
 
This module is stackable.
 
28
This module is stackable\.
37
29
.SH "OPTIONS"
38
30
.PP
39
31
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).
 
32
.RS 4
 
33
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
 
34
\fBdate\fR(1)\.
43
35
.RE
44
36
.SH "EXAMPLES"
45
37
.PP
46
38
Mark all shares read only:
47
 
 
 
39
.sp
 
40
.RS 4
48
41
.nf
49
 
 
50
42
        \fI[global]\fR
51
 
        vfs objects = readonly
52
 
 
 
43
        \fIvfs objects = readonly\fR
53
44
.fi
 
45
.RE
54
46
.PP
55
47
Mark the [backup] share as read only during business hours:
56
 
 
 
48
.sp
 
49
.RS 4
57
50
.nf
58
 
 
59
51
        \fI[backup]\fR
60
 
        path = /readonly
61
 
        vfs objects = readonly
62
 
        readonly:period = readonly:period = "today 9:00","today 17:00"
63
 
 
 
52
        \fIpath = /readonly\fR
 
53
        \fIvfs objects = readonly\fR
 
54
        \fIreadonly:period = readonly:period = "today 9:00","today 17:00"\fR
64
55
.fi
 
56
.RE
65
57
.SH "VERSION"
66
58
.PP
67
 
This man page is correct for version 3.0.25 of the Samba suite.
 
59
This man page is correct for version 3\.0\.25 of the Samba suite\.
68
60
.SH "AUTHOR"
69
61
.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
 
 
 
62
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\.