Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/manpages/vfs_readonly.8

    r44 r134  
    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/21/2008
     5.\"    Manual: System Administration tools
     6.\"    Source: Samba 3.0
     7.\"
     8.TH "VFS_READONLY" "8" "05/21/2008" "Samba 3\.0" "System Administration tools"
     9.\" disable hyphenation
     10.nh
     11.\" disable justification (adjust text to left margin only)
     12.ad l
    2113.SH "NAME"
    2214vfs_readonly - make a Samba share read only for a specified time period
     
    2820This VFS module is part of the
    2921\fBsamba\fR(7)
    30 suite.
     22suite\.
    3123.PP
    3224The
    3325vfs_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.
     26VFS 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\.
    3527.PP
    36 This module is stackable.
     28This module is stackable\.
    3729.SH "OPTIONS"
    3830.PP
    3931readonly: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
     33Only 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)\.
    4335.RE
    4436.SH "EXAMPLES"
    4537.PP
    4638Mark all shares read only:
    47 
     39.sp
     40.RS 4
    4841.nf
    49 
    5042        \fI[global]\fR
    51         vfs objects = readonly
    52 
     43        \fIvfs objects = readonly\fR
    5344.fi
     45.RE
    5446.PP
    5547Mark the [backup] share as read only during business hours:
    56 
     48.sp
     49.RS 4
    5750.nf
    58 
    5951        \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
    6455.fi
     56.RE
    6557.SH "VERSION"
    6658.PP
    67 This man page is correct for version 3.0.25 of the Samba suite.
     59This man page is correct for version 3\.0\.25 of the Samba suite\.
    6860.SH "AUTHOR"
    6961.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 
     62The 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\.
Note: See TracChangeset for help on using the changeset viewer.