summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-06-18 10:11:06 +0200
committerAndreas Schneider <asn@cryptomilk.org>2021-06-23 09:56:37 +0000
commit3e0fbc79b9c53a7244a35649bb5c6615390a1453 (patch)
treecdefbe90c83e3ac448643da8af8ffbc583029525 /docs-xml
parent106c2b3977e35b2d9ad3535710fcbda80aa7fa97 (diff)
downloadsamba-3e0fbc79b9c53a7244a35649bb5c6615390a1453.tar.gz
docs-xml: Disable `winbind scan trusted domains` by default
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/winbind/winbindscantrusteddomains.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/winbind/winbindscantrusteddomains.xml b/docs-xml/smbdotconf/winbind/winbindscantrusteddomains.xml
index 31afdc92b53..12e94cb93f3 100644
--- a/docs-xml/smbdotconf/winbind/winbindscantrusteddomains.xml
+++ b/docs-xml/smbdotconf/winbind/winbindscantrusteddomains.xml
@@ -6,10 +6,10 @@
<para>
This option only takes effect when the <smbconfoption name="security"/> option is set to
<constant>domain</constant> or <constant>ads</constant>.
- If it is set to yes (the default), winbindd periodically tries to scan for new
+ If it is set to yes, winbindd periodically tries to scan for new
trusted domains and adds them to a global list inside of winbindd.
The list can be extracted with <command>wbinfo --trusted-domains --verbose</command>.
- This matches the behaviour of Samba 4.7 and older.</para>
+ Setting it to yes matches the behaviour of Samba 4.7 and older.</para>
<para>The construction of that global list is not reliable and often
incomplete in complex trust setups. In most situations the list is
@@ -25,5 +25,5 @@
</para>
</description>
-<value type="default">yes</value>
+<value type="default">no</value>
</samba:parameter>