From 4d44db0208ad604b270d8659e2c5d4a079941423 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Aug 2021 12:58:52 +0200 Subject: [PATCH] docs: Add vfs_expand_msdfs manpage Bug: https://bugzilla.samba.org/show_bug.cgi?id=12707 Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Aug 5 18:09:11 UTC 2021 on sn-devel-184 --- docs-xml/manpages/vfs_expand_msdfs.8.xml | 69 ++++++++++++++++++++++++ docs-xml/wscript_build | 1 + 2 files changed, 70 insertions(+) create mode 100644 docs-xml/manpages/vfs_expand_msdfs.8.xml diff --git a/docs-xml/manpages/vfs_expand_msdfs.8.xml b/docs-xml/manpages/vfs_expand_msdfs.8.xml new file mode 100644 index 00000000000..34f92c69788 --- /dev/null +++ b/docs-xml/manpages/vfs_expand_msdfs.8.xml @@ -0,0 +1,69 @@ + + + + + + vfs_expand_msdfs + 8 + Samba + System Administration tools + &doc.version; + + + + + vfs_expand_msdfs + Expand msdfs links depending on client IP + + + + + 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 + msdfs:@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 local.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 &doc.version; 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. + + + + diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index 5ddb8ded615..358ba8d010a 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -81,6 +81,7 @@ vfs_module_manpages = ['vfs_acl_tdb', 'vfs_crossrename', 'vfs_default_quota', 'vfs_dirsort', + 'vfs_expand_msdfs', 'vfs_extd_audit', 'vfs_fake_perms', 'vfs_fileid',