diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-10-11 13:39:09 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-10-15 01:51:39 +0200 |
commit | 54019ca9aaf9d200c60e8d234259c439875c85f7 (patch) | |
tree | 8aa8a8e05ac495c7e8ad1cc126c8b904936b991e | |
parent | e512491552d9ed0dc1005a23ffc8f77ba237f863 (diff) | |
download | samba-54019ca9aaf9d200c60e8d234259c439875c85f7.tar.gz samba-54019ca9aaf9d200c60e8d234259c439875c85f7.tar.bz2 samba-54019ca9aaf9d200c60e8d234259c439875c85f7.zip |
docs: Explain why this option should not be used
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Oct 15 01:51:39 CEST 2013 on sn-devel-104
-rw-r--r-- | docs-xml/smbdotconf/winbind/winbinddsocketdirectory.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/winbind/winbinddsocketdirectory.xml b/docs-xml/smbdotconf/winbind/winbinddsocketdirectory.xml index 1f8c5797bd..5fd32ffb3e 100644 --- a/docs-xml/smbdotconf/winbind/winbinddsocketdirectory.xml +++ b/docs-xml/smbdotconf/winbind/winbinddsocketdirectory.xml @@ -5,6 +5,11 @@ 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 + varaible.</para> </description> <related>winbindd privileged socket directory</related> |