1VFS_EXPAND_MSDFS(8) System Administration tools VFS_EXPAND_MSDFS(8)
2
3
4
6 vfs_expand_msdfs - Expand msdfs links depending on client IP
7
9 vfs objects = expand_msdfs
10
12 This VFS module is part of the samba(7) suite.
13
14 With this module, the link target is not directly a server and share,
15 but this module expects the target to reference a file, containing a
16 table. The file is referenced by means of the msdfs symlink target
17 according to msdfs:@table-filename@/share. The file table-filename is
18 supposed to contain a list of destinations that are looked at from top
19 to bottom:
20
21 192.168.234 local.samba.org
22 192.168 remote.samba.org
23 default.samba.org
24
25
26 With this, clients from network 192.168.234/24 are redirected to host
27 local.samba.org, clients from 192.168/16 are redirected to
28 remote.samba.org and all other clients go to default.samba.org.
29
31 This man page is part of version 4.16.2 of the Samba suite.
32
34 The original Samba software and related utilities were created by
35 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
36 Source project similar to the way the Linux kernel is developed.
37
38
39
40Samba 4.16.2 06/13/2022 VFS_EXPAND_MSDFS(8)