The branch, master has been updated
       via  4d44db0208a docs: Add vfs_expand_msdfs manpage
      from  104fc353909 mit-samba: Only set the function opening bracket once

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4d44db0208ad604b270d8659e2c5d4a079941423
Author: Volker Lendecke <v...@samba.org>
Date:   Thu Aug 5 12:58:52 2021 +0200

    docs: Add vfs_expand_msdfs manpage
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=12707
    
    Signed-off-by: Volker Lendecke <v...@samba.org>
    Reviewed-by: Jeremy Allison <j...@samba.org>
    
    Autobuild-User(master): Jeremy Allison <j...@samba.org>
    Autobuild-Date(master): Thu Aug  5 18:09:11 UTC 2021 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 ...vfs_extd_audit.8.xml => vfs_expand_msdfs.8.xml} | 43 +++++++++++-----------
 docs-xml/wscript_build                             |  1 +
 2 files changed, 23 insertions(+), 21 deletions(-)
 copy docs-xml/manpages/{vfs_extd_audit.8.xml => vfs_expand_msdfs.8.xml} (54%)


Changeset truncated at 500 lines:

diff --git a/docs-xml/manpages/vfs_extd_audit.8.xml 
b/docs-xml/manpages/vfs_expand_msdfs.8.xml
similarity index 54%
copy from docs-xml/manpages/vfs_extd_audit.8.xml
copy to docs-xml/manpages/vfs_expand_msdfs.8.xml
index 378fde0f665..34f92c69788 100644
--- a/docs-xml/manpages/vfs_extd_audit.8.xml
+++ b/docs-xml/manpages/vfs_expand_msdfs.8.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant 
V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc";>
-<refentry id="vfs_extd_audit.8">
+<refentry id="vfs_expand_msdfs.8">
 
 <refmeta>
-       <refentrytitle>vfs_extd_audit</refentrytitle>
+       <refentrytitle>vfs_expand_msdfs</refentrytitle>
        <manvolnum>8</manvolnum>
        <refmiscinfo class="source">Samba</refmiscinfo>
        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
@@ -12,13 +12,13 @@
 
 
 <refnamediv>
-       <refname>vfs_extd_audit</refname>
-       <refpurpose>record selected Samba VFS operations</refpurpose>
+       <refname>vfs_expand_msdfs</refname>
+       <refpurpose>Expand msdfs links depending on client IP</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
        <cmdsynopsis>
-               <command>vfs objects = extd_audit</command>
+               <command>vfs objects = expand_msdfs</command>
        </cmdsynopsis>
 </refsynopsisdiv>
 
@@ -29,28 +29,29 @@
        <citerefentry><refentrytitle>samba</refentrytitle>
        <manvolnum>7</manvolnum></citerefentry> suite.</para>
 
-       <para>The <command>extd_audit</command> VFS module records selected
-       client operations to both the
-       <citerefentry><refentrytitle>smbd</refentrytitle>
-       <manvolnum>8</manvolnum></citerefentry> log and
-       system log (using
-       <citerefentry><refentrytitle>syslog</refentrytitle>
-       <manvolnum>3</manvolnum></citerefentry>).</para>
+       <para>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:</para>
 
-       <para>Other than logging to the
-       <citerefentry><refentrytitle>smbd</refentrytitle>
-       <manvolnum>8</manvolnum></citerefentry> log,
-       <command>vfs_extd_audit</command> is identical to
-       <citerefentry><refentrytitle>vfs_audit</refentrytitle>
-       <manvolnum>8</manvolnum></citerefentry>.
-       </para>
-
-       <para>This module is stackable.</para>
+       <programlisting>
+192.168.234 local.samba.org
+192.168 remote.samba.org
+ default.samba.org
+       </programlisting>
 
+       <para>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.</para>
 </refsect1>
 
 <refsect1>
        <title>VERSION</title>
+
        <para>This man page is part of version &doc.version; of the Samba suite.
        </para>
 </refsect1>
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',


-- 
Samba Shared Repository

Reply via email to