mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
fe53f0b3d6
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
15 lines
540 B
XML
15 lines
540 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 one 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>
|