summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-11-05 11:41:09 +0100
committerVolker Lendecke <vlendec@samba.org>2010-11-05 11:24:41 +0000
commitf2456cd5425b4d006cf35df9dc724d040558e0d6 (patch)
treeec447065f1d46816836108526783cb80f314e890 /docs-xml
parentac3f8d859d1ab8b1bb9d41c465dd10499151a8c4 (diff)
downloadsamba-f2456cd5425b4d006cf35df9dc724d040558e0d6.tar.gz
samba-f2456cd5425b4d006cf35df9dc724d040558e0d6.tar.bz2
samba-f2456cd5425b4d006cf35df9dc724d040558e0d6.zip
s3: Allow disabling of mdns registrations
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 5 11:24:41 UTC 2010 on sn-devel-104
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/base/multicastdnsregister.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/base/multicastdnsregister.xml b/docs-xml/smbdotconf/base/multicastdnsregister.xml
new file mode 100644
index 0000000000..32d9cfc770
--- /dev/null
+++ b/docs-xml/smbdotconf/base/multicastdnsregister.xml
@@ -0,0 +1,15 @@
+<samba:parameter name="multicast dns register"
+ type="boolean"
+ context="G"
+ advanced="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>If compiled with proper support for it, Samba will
+ announce itself with multicast DNS services like for example
+ provided by the Avahi daemon.</para>
+
+ <para>This parameter allows disabling Samba to register
+ itself.</para>
+</description>
+<value type="default">yes</value>
+</samba:parameter>