mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
11aed7cd3d
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
17 lines
607 B
XML
17 lines
607 B
XML
<samba:parameter name="winbind sealed pipes"
|
|
context="G"
|
|
type="boolean"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option controls whether any requests from winbindd to domain controllers
|
|
pipe will be sealed. Disabling sealing can be useful for debugging
|
|
purposes.</para>
|
|
|
|
<para>The behavior can be controlled per netbios domain
|
|
by using 'winbind sealed pipes:NETBIOSDOMAIN = no' as option.</para>
|
|
</description>
|
|
|
|
<value type="default">yes</value>
|
|
</samba:parameter>
|