mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
73deaecbd5
The "winbind:ignore domains" smb.conf option is undocumented but used frequently. Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Mon Jan 30 12:24:47 CET 2017 on sn-devel-144
15 lines
536 B
XML
15 lines
536 B
XML
<samba:parameter name="winbind:ignore domains"
|
|
context="G"
|
|
type="cmdlist"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>Allows to enter a list of trusted domains winbind should
|
|
ignore (untrust). This can avoid the overhead of resources from
|
|
attempting to login to DCs that should not be communicated with.
|
|
</para>
|
|
|
|
</description>
|
|
<value type="default"></value>
|
|
<value type="example">DOMAIN1, DOMAIN2</value>
|
|
</samba:parameter>
|