diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-27 17:57:54 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:29 +0200 |
commit | e7c8fcaea5b06897603abb6f4f38ce39b400c9a7 (patch) | |
tree | e3235090fd7c3a5bd22d64c11478bbb8964bead6 /docs-xml/smbdotconf | |
parent | e9d91cd4a133d7acb377341282230f99f5e10a12 (diff) | |
download | samba-e7c8fcaea5b06897603abb6f4f38ce39b400c9a7.tar.gz samba-e7c8fcaea5b06897603abb6f4f38ce39b400c9a7.tar.bz2 samba-e7c8fcaea5b06897603abb6f4f38ce39b400c9a7.zip |
smb.conf(5): Add basic documentation 'winbind sealed pipes'.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/winbind/winbindsealedpipes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/winbind/winbindsealedpipes.xml b/docs-xml/smbdotconf/winbind/winbindsealedpipes.xml new file mode 100644 index 0000000000..26f446e5bc --- /dev/null +++ b/docs-xml/smbdotconf/winbind/winbindsealedpipes.xml @@ -0,0 +1,16 @@ +<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 made over the Samba 4 winbind + pipe will be sealed. Disabling sealing can be useful for debugging + purposes.</para> + + <para>Note that this option only applies to the Samba 4 winbind and not + to the standard winbind.</para> +</description> + +<value type="default">yes</value> +</samba:parameter> |