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">
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>
15 <refname>vfs_expand_msdfs</refname>
16 <refpurpose>Expand msdfs links depending on client IP</refpurpose>
21 <command>vfs objects = expand_msdfs</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>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>
41 192.168.234 local.samba.org
42 192.168 remote.samba.org
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>
53 <title>VERSION</title>
55 <para>This man page is part of version &doc.version; of the Samba suite.
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>