I can't spell "choice". Twice.
[import/samba-docs-svnimport.git] / manpages-3 / vfs_fake_perms.8.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="vfs_fake_perms.8">
4
5 <refmeta>
6         <refentrytitle>vfs_fake_perms</refentrytitle>
7         <manvolnum>8</manvolnum>
8 </refmeta>
9
10
11 <refnamediv>
12         <refname>vfs_fake_perms</refname>
13         <refpurpose>enable read only Roaming Profiles</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>vfs objects = fake_perms</command>
19         </cmdsynopsis>
20 </refsynopsisdiv>
21
22 <refsect1>
23         <title>DESCRIPTION</title>
24
25         <para>This VFS module is part of the
26         <citerefentry><refentrytitle>samba</refentrytitle>
27         <manvolnum>7</manvolnum></citerefentry> suite.</para>
28
29         <para>The <command>vfs_fake_perms</command> VFS module was created
30         to allow Roaming Profile files and directories to be set (on
31         the Samba server under UNIX) as read only. This module will,
32         if installed on the Profiles share, report to the client that
33         the Profile files and directories are writeable. This satisfies
34         the client even though the files will never be overwritten as
35         the client logs out or shuts down.
36         </para>
37
38         <para>This module is stackable.</para>
39
40 </refsect1>
41
42 <refsect1>
43         <title>EXAMPLES</title>
44
45 <programlisting>
46         <smbconfsection name="[Profiles]"/>
47         <smbconfoption name="path">/profiles</smbconfoption>
48         <smbconfoption name="vfs objects">fake_perms</smbconfoption>
49 </programlisting>
50
51 </refsect1>
52
53 <refsect1>
54         <title>VERSION</title>
55
56         <para>This man page is correct for version 3.0.25 of the Samba suite.
57         </para>
58 </refsect1>
59
60 <refsect1>
61         <title>AUTHOR</title>
62
63         <para>The original Samba software and related utilities
64         were created by Andrew Tridgell. Samba is now developed
65         by the Samba Team as an Open Source project similar
66         to the way the Linux kernel is developed.</para>
67
68 </refsect1>
69
70 </refentry>