diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-27 12:28:16 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:28 +0200 |
commit | 3cea6257a9e4a3e1dc46e6c555d57992a73d6e6c (patch) | |
tree | e2de09189143edc052ea174eed5ac77a2a574a27 /docs-xml/smbdotconf | |
parent | d0b38752471dd870ad640fd39076bc51f84c57d1 (diff) | |
download | samba-3cea6257a9e4a3e1dc46e6c555d57992a73d6e6c.tar.gz samba-3cea6257a9e4a3e1dc46e6c555d57992a73d6e6c.tar.bz2 samba-3cea6257a9e4a3e1dc46e6c555d57992a73d6e6c.zip |
smb.conf(5): Add basic documentation for 'winbindd privileged socket directory'.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/winbind/winbinddprivilegedsocketdirectory.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/winbind/winbinddprivilegedsocketdirectory.xml b/docs-xml/smbdotconf/winbind/winbinddprivilegedsocketdirectory.xml new file mode 100644 index 0000000000..94769a147f --- /dev/null +++ b/docs-xml/smbdotconf/winbind/winbinddprivilegedsocketdirectory.xml @@ -0,0 +1,14 @@ +<samba:parameter name="winbindd privileged 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 privileged + socket.</para> +</description> + +<related>winbindd socket directory</related> + +<value type="default">$prefix/lib/winbindd_privileged</value> +</samba:parameter> |