diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-27 12:24:15 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:28 +0200 |
commit | d0b38752471dd870ad640fd39076bc51f84c57d1 (patch) | |
tree | 3fd9afb4a69ee81d287856cbcd180f418945746b /docs-xml/smbdotconf | |
parent | dfe75c2f3591652a370a36f73f70e8055bda9d11 (diff) | |
download | samba-d0b38752471dd870ad640fd39076bc51f84c57d1.tar.gz samba-d0b38752471dd870ad640fd39076bc51f84c57d1.tar.bz2 samba-d0b38752471dd870ad640fd39076bc51f84c57d1.zip |
smb.conf(5): Add basic documentation for 'winbindd socket directory'.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/winbind/winbinddsocketdirectory.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/winbind/winbinddsocketdirectory.xml b/docs-xml/smbdotconf/winbind/winbinddsocketdirectory.xml new file mode 100644 index 0000000000..277cdf1f34 --- /dev/null +++ b/docs-xml/smbdotconf/winbind/winbinddsocketdirectory.xml @@ -0,0 +1,13 @@ +<samba:parameter name="winbind socket directory" + context="G" + type="string" + advanced="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>This setting controls the location of the winbind daemon's socket.</para> +</description> + +<related>winbindd privileged socket directory</related> + +<value type="default">$prefix/run/samba/winbindd</value> +</samba:parameter> |