s3:printing: Allow to run samba-bgqd as a standalone systemd service
[Samba.git] / docs-xml / manpages / vfs_expand_msdfs.8.xml
blob34f92c697884bf234d5ceb558e6d169e11514a59
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_expand_msdfs.8">
5 <refmeta>
6         <refentrytitle>vfs_expand_msdfs</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>
11 </refmeta>
14 <refnamediv>
15         <refname>vfs_expand_msdfs</refname>
16         <refpurpose>Expand msdfs links depending on client IP</refpurpose>
17 </refnamediv>
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>vfs objects = expand_msdfs</command>
22         </cmdsynopsis>
23 </refsynopsisdiv>
25 <refsect1>
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>With this module, the link target is not directly a
33         server and share, but this module expects the target to
34         reference a file, containing a table. The file is referenced
35         by means of the msdfs symlink target according to
36         msdfs:@table-filename@/share. The file table-filename is
37         supposed to contain a list of destinations that are looked at
38         from top to bottom:</para>
40         <programlisting>
41 192.168.234 local.samba.org
42 192.168 remote.samba.org
43  default.samba.org
44         </programlisting>
46         <para>With this, clients from network 192.168.234/24 are
47         redirected to host local.samba.org, clients from 192.168/16
48         are redirected to remote.samba.org and all other clients go to
49         default.samba.org.</para>
50 </refsect1>
52 <refsect1>
53         <title>VERSION</title>
55         <para>This man page is part of version &doc.version; of the Samba suite.
56         </para>
57 </refsect1>
59 <refsect1>
60         <title>AUTHOR</title>
62         <para>The original Samba software and related utilities
63         were created by Andrew Tridgell. Samba is now developed
64         by the Samba Team as an Open Source project similar
65         to the way the Linux kernel is developed.</para>
67 </refsect1>
69 </refentry>