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 | <refmiscinfo class="source">Samba</refmiscinfo>
|
---|
9 | <refmiscinfo class="manual">System Administration tools</refmiscinfo>
|
---|
10 | <refmiscinfo class="version">3.2</refmiscinfo>
|
---|
11 | </refmeta>
|
---|
12 |
|
---|
13 |
|
---|
14 | <refnamediv>
|
---|
15 | <refname>vfs_fake_perms</refname>
|
---|
16 | <refpurpose>enable read only Roaming Profiles</refpurpose>
|
---|
17 | </refnamediv>
|
---|
18 |
|
---|
19 | <refsynopsisdiv>
|
---|
20 | <cmdsynopsis>
|
---|
21 | <command>vfs objects = fake_perms</command>
|
---|
22 | </cmdsynopsis>
|
---|
23 | </refsynopsisdiv>
|
---|
24 |
|
---|
25 | <refsect1>
|
---|
26 | <title>DESCRIPTION</title>
|
---|
27 |
|
---|
28 | <para>This VFS module is part of the
|
---|
29 | <citerefentry><refentrytitle>samba</refentrytitle>
|
---|
30 | <manvolnum>7</manvolnum></citerefentry> suite.</para>
|
---|
31 |
|
---|
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.
|
---|
39 | </para>
|
---|
40 |
|
---|
41 | <para>This module is stackable.</para>
|
---|
42 |
|
---|
43 | </refsect1>
|
---|
44 |
|
---|
45 | <refsect1>
|
---|
46 | <title>EXAMPLES</title>
|
---|
47 |
|
---|
48 | <programlisting>
|
---|
49 | <smbconfsection name="[Profiles]"/>
|
---|
50 | <smbconfoption name="path">/profiles</smbconfoption>
|
---|
51 | <smbconfoption name="vfs objects">fake_perms</smbconfoption>
|
---|
52 | </programlisting>
|
---|
53 |
|
---|
54 | </refsect1>
|
---|
55 |
|
---|
56 | <refsect1>
|
---|
57 | <title>VERSION</title>
|
---|
58 |
|
---|
59 | <para>This man page is correct for version 3.0.25 of the Samba suite.
|
---|
60 | </para>
|
---|
61 | </refsect1>
|
---|
62 |
|
---|
63 | <refsect1>
|
---|
64 | <title>AUTHOR</title>
|
---|
65 |
|
---|
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>
|
---|
70 |
|
---|
71 | </refsect1>
|
---|
72 |
|
---|
73 | </refentry>
|
---|