Last change
on this file was 773, checked in by Herwig Bauernfeind, 12 years ago |
Samba Server 3.5: Update branch to 3.5.20
|
File size:
1.9 KB
|
Line | |
---|
1 | '\" t
|
---|
2 | .\" Title: vfs_fake_perms
|
---|
3 | .\" Author: [see the "AUTHOR" section]
|
---|
4 | .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
---|
5 | .\" Date: 12/14/2012
|
---|
6 | .\" Manual: System Administration tools
|
---|
7 | .\" Source: Samba 3.5
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "VFS_FAKE_PERMS" "8" "12/14/2012" "Samba 3\&.5" "System Administration tools"
|
---|
11 | .\" -----------------------------------------------------------------
|
---|
12 | .\" * set default formatting
|
---|
13 | .\" -----------------------------------------------------------------
|
---|
14 | .\" disable hyphenation
|
---|
15 | .nh
|
---|
16 | .\" disable justification (adjust text to left margin only)
|
---|
17 | .ad l
|
---|
18 | .\" -----------------------------------------------------------------
|
---|
19 | .\" * MAIN CONTENT STARTS HERE *
|
---|
20 | .\" -----------------------------------------------------------------
|
---|
21 | .SH "NAME"
|
---|
22 | vfs_fake_perms \- enable read only Roaming Profiles
|
---|
23 | .SH "SYNOPSIS"
|
---|
24 | .HP \w'\ 'u
|
---|
25 | vfs objects = fake_perms
|
---|
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_fake_perms
|
---|
34 | VFS module was created to allow Roaming Profile files and directories to be set (on the Samba server under UNIX) as read only\&. This module will, if installed on the Profiles share, report to the client that the Profile files and directories are writeable\&. This satisfies the client even though the files will never be overwritten as the client logs out or shuts down\&.
|
---|
35 | .PP
|
---|
36 | This module is stackable\&.
|
---|
37 | .SH "EXAMPLES"
|
---|
38 | .sp
|
---|
39 | .if n \{\
|
---|
40 | .RS 4
|
---|
41 | .\}
|
---|
42 | .nf
|
---|
43 | \fI[Profiles]\fR
|
---|
44 | \m[blue]\fBpath = /profiles\fR\m[]
|
---|
45 | \m[blue]\fBvfs objects = fake_perms\fR\m[]
|
---|
46 | .fi
|
---|
47 | .if n \{\
|
---|
48 | .RE
|
---|
49 | .\}
|
---|
50 | .SH "VERSION"
|
---|
51 | .PP
|
---|
52 | This man page is correct for version 3\&.0\&.25 of the Samba suite\&.
|
---|
53 | .SH "AUTHOR"
|
---|
54 | .PP
|
---|
55 | 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\&.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.