]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smb.conf(5): Add basic documentation for 'unicode'.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 26 Sep 2012 19:55:15 +0000 (12:55 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 26 Sep 2012 20:12:07 +0000 (22:12 +0200)
docs-xml/smbdotconf/protocol/unicode.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/protocol/unicode.xml b/docs-xml/smbdotconf/protocol/unicode.xml
new file mode 100644 (file)
index 0000000..22ffc4b
--- /dev/null
@@ -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>