Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
VFS_EXPAND_MSDFS(8)	   System Administration tools	     VFS_EXPAND_MSDFS(8)

NAME
     vfs_expand_msdfs - Expand msdfs links depending on client IP

SYNOPSIS
     vfs objects = expand_msdfs

DESCRIPTION
     This VFS module is part of the samba(7) suite.

     With  this  module, the link target is not directly a server and share, but
     this module expects the target to reference a file, containing a table. The
     file is referenced by means of the msdfs symlink target  according  to  ms-
     dfs:@table-filename@/share.  The file table-filename is supposed to contain
     a list of destinations that are looked at from top to bottom:

	 192.168.234 local.samba.org
	 192.168 remote.samba.org
	  default.samba.org

     With this, clients from network 192.168.234/24 are redirected to  host  lo-
     cal.samba.org,  clients  from 192.168/16 are redirected to remote.samba.org
     and all other clients go to default.samba.org.

VERSION
     This man page is part of version 4.23.8 of the Samba suite.

AUTHOR
     The original Samba software and related utilities were  created  by  Andrew
     Tridgell.	Samba  is  now	developed  by  the  Samba Team as an Open Source
     project similar to the way the Linux kernel is developed.

Samba 4.23.8			   08/01/2026		     VFS_EXPAND_MSDFS(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=vfs_expand_msdfs&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help