diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 12:55:15 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 22:12:07 +0200 |
commit | 12ab467f8768a3e2218b3ebddf43fa15c6743d69 (patch) | |
tree | 3a7aa80f2f164c5c6cef26d86f08cea115b127dd | |
parent | 3ab03ccd8420a4fc18c46a82a57d18e16cb75c22 (diff) | |
download | samba-12ab467f8768a3e2218b3ebddf43fa15c6743d69.tar.gz samba-12ab467f8768a3e2218b3ebddf43fa15c6743d69.tar.bz2 samba-12ab467f8768a3e2218b3ebddf43fa15c6743d69.zip |
smb.conf(5): Add basic documentation for 'unicode'.
-rw-r--r-- | docs-xml/smbdotconf/protocol/unicode.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/unicode.xml b/docs-xml/smbdotconf/protocol/unicode.xml new file mode 100644 index 0000000000..22ffc4b070 --- /dev/null +++ b/docs-xml/smbdotconf/protocol/unicode.xml @@ -0,0 +1,13 @@ +<samba:parameter name="unicode" + context="G" + type="bool" + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>Specifies whether the server and client should support unicode.</para> + + <para>If this option is set to false, the use of ASCII will be forced.</para> +</description> + +<value type="default">True</value> +</samba:parameter> |