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">
6 <refentrytitle>vfs_fake_perms</refentrytitle>
7 <manvolnum>8</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10 <refmiscinfo class="version">&doc.version;</refmiscinfo>
15 <refname>vfs_fake_perms</refname>
16 <refpurpose>enable read only Roaming Profiles</refpurpose>
21 <command>vfs objects = fake_perms</command>
26 <title>DESCRIPTION</title>
28 <para>This VFS module is part of the
29 <citerefentry><refentrytitle>samba</refentrytitle>
30 <manvolnum>7</manvolnum></citerefentry> suite.</para>
32 <para>The <command>vfs_fake_perms</command> VFS module was created
33 to allow Roaming Profile files and directories to be set (on
34 the Samba server under UNIX) as read only. This module will,
35 if installed on the Profiles share, report to the client that
36 the Profile files and directories are writeable. This satisfies
37 the client even though the files will never be overwritten as
38 the client logs out or shuts down.
41 <para>This module is stackable.</para>
46 <title>EXAMPLES</title>
49 <smbconfsection name="[Profiles]"/>
50 <smbconfoption name="path">/profiles</smbconfoption>
51 <smbconfoption name="vfs objects">fake_perms</smbconfoption>
57 <title>VERSION</title>
59 <para>This man page is part of version &doc.version; of the Samba suite.
66 <para>The original Samba software and related utilities
67 were created by Andrew Tridgell. Samba is now developed
68 by the Samba Team as an Open Source project similar
69 to the way the Linux kernel is developed.</para>