Skip to content

Commit

Permalink
s3:rpc_server: Delete unused code and doc references
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Samuel Cabrero <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>
  • Loading branch information
vlendec committed Dec 10, 2021
1 parent 9e3ee8c commit 730f7df
Show file tree
Hide file tree
Showing 40 changed files with 0 additions and 8,030 deletions.
1 change: 0 additions & 1 deletion docs-xml/manpages/vfs_btrfs.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@

<programlisting>
<smbconfsection name="[global]"/>
<smbconfoption name="rpc_daemon:fssd">fork</smbconfoption>
<smbconfoption name="registry shares">yes</smbconfoption>
<smbconfoption name="include">registry</smbconfoption>

Expand Down
1 change: 0 additions & 1 deletion docs-xml/manpages/vfs_shell_snap.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@

<programlisting>
<smbconfsection name="[global]"/>
<smbconfoption name="rpc_daemon:fssd">fork</smbconfoption>
<smbconfoption name="registry shares">yes</smbconfoption>
<smbconfoption name="include">registry</smbconfoption>
</programlisting>
Expand Down
1 change: 0 additions & 1 deletion docs-xml/manpages/vfs_snapper.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@

<programlisting>
<smbconfsection name="[global]"/>
<smbconfoption name="rpc_daemon:fssd">fork</smbconfoption>
<smbconfoption name="registry shares">yes</smbconfoption>
<smbconfoption name="include">registry</smbconfoption>
</programlisting>
Expand Down
76 changes: 0 additions & 76 deletions docs-xml/smbdotconf/misc/rpcdaemon.xml

This file was deleted.

94 changes: 0 additions & 94 deletions docs-xml/smbdotconf/misc/rpcserver.xml

This file was deleted.

25 changes: 0 additions & 25 deletions docs-xml/smbdotconf/misc/spotlight.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
Samba must be configured and built with Spotlight support.
</para></listitem>

<listitem><para>
The <emphasis>mdssvc</emphasis> RPC service must be
enabled, see below.
</para></listitem>

<listitem><para> Tracker integration must be setup and the
share must be indexed by Tracker.</para></listitem>
</itemizedlist>
Expand All @@ -31,26 +26,6 @@
url="https://wiki.samba.org/index.php/Spotlight">https://wiki.samba.org/index.php/Spotlight</ulink>.
</para>

<para>
The Spotlight RPC service can either be enabled as embedded
RPC service:
</para>

<programlisting>
<smbconfsection name="[Global]"/>
<smbconfoption name="rpc_server:mdsvc">embedded</smbconfoption>
</programlisting>

<para>
Or it can be run in a separate RPC service daemon:
</para>

<programlisting>
<smbconfsection name="[Global]"/>
<smbconfoption name="rpc_server:mdssd">fork</smbconfoption>
<smbconfoption name="rpc_server:mdsvc">external</smbconfoption>
</programlisting>

</description>
<value type="default">no</value>
</samba:parameter>
1 change: 0 additions & 1 deletion selftest/target/Samba3.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,6 @@ sub setup_fileserver
my $ip4 = Samba::get_ipv4_addr("FILESERVER");
my $fileserver_options = "
kernel change notify = yes
rpc_server:mdssvc = embedded
spotlight backend = elasticsearch
elasticsearch:address = $ip4
elasticsearch:port = 8080
Expand Down
9 changes: 0 additions & 9 deletions selftest/target/Samba4.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1335,15 +1335,6 @@ winbindd:use external pipes = true
server signing = enabled
raw NTLMv2 auth = yes
rpc_server:default = external
rpc_server:svcctl = embedded
rpc_server:srvsvc = embedded
rpc_server:eventlog = embedded
rpc_server:ntsvcs = embedded
rpc_server:winreg = embedded
rpc_server:spoolss = embedded
rpc_daemon:spoolssd = embedded
rpc_server:tcpip = no
# override the new SMB2 only default
client min protocol = CORE
server min protocol = LANMAN1
Expand Down
Loading

0 comments on commit 730f7df

Please sign in to comment.