summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-10-21 13:30:37 +0200
committerGünther Deschner <gd@samba.org>2013-10-21 13:30:55 +0200
commitd0c09c1be8b14cc689757f8cef79c2e4ca322178 (patch)
treef51976037ff7bfa8afa11839c1b3b90249a1230b
parent867809caa348d072c0b29fdbcd89ef6612a3b445 (diff)
downloadgss_samba-d0c09c1be8b14cc689757f8cef79c2e4ca322178.tar.gz
gss_samba-d0c09c1be8b14cc689757f8cef79c2e4ca322178.tar.xz
gss_samba-d0c09c1be8b14cc689757f8cef79c2e4ca322178.zip
more on SMB3 and charset.
Guenther
-rw-r--r--content.tex12
1 files changed, 11 insertions, 1 deletions
diff --git a/content.tex b/content.tex
index 1167d48..ebffd7d 100644
--- a/content.tex
+++ b/content.tex
@@ -115,6 +115,14 @@
\frame {
\frametitle {Charset parameters}
+ We often see non-UTF8 charset used
+ \begin{itemize}
+ \item {non-UTF8 charset should never be used in new setups}
+ \item {tool for migrating filenames to unicode: convmv}
+ \item {tool for migrating printing tdbs: net}
+ \item {"net printing migrate --help" explains how to convert encoding of
+ printernames}
+ \end{itemize}
}
\section{Options}
@@ -201,7 +209,9 @@
Samba 4.1 has a SMB3 enabled client.
\begin {itemize}
\item {smbclient -mSMB3}
- \item {Not enabled by default}
+ \item {Not enabled by default in smbclient}
+ \item {Globally enabled via "client max protocol" setting, for e.g. winbindd}
+ \item {Default: client max protocol = SMB3}
\end {itemize}
}