blob: 7827d36d6a5bbbbae0b540afa4112ad34de437ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<samba:parameter name="winbindd socket directory"
context="G"
type="string"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This setting controls the location of the winbind daemon's socket.</para>
<para>Except within automated test scripts, this should not be
altered, as the client tools (nss_winbind etc) do not honour
this parameter. Client tools must then be advised of the
altered path with the WINBINDD_SOCKET_DIR environment
variable.</para>
</description>
<value type="default">&pathconfig.WINBINDD_SOCKET_DIR;</value>
</samba:parameter>
|