diff options
author | John Terpstra <jht@samba.org> | 2005-07-01 03:55:23 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:58 -0500 |
commit | 64bed7ecbf8fb0d34c05ee83054affac3283a06a (patch) | |
tree | 10a6aaa0c8f3ebb8123e5311b8c030bec89d128d | |
parent | 2d073e32afc6d8eeb5994cd1076ca803ac36e911 (diff) | |
download | samba-64bed7ecbf8fb0d34c05ee83054affac3283a06a.tar.gz samba-64bed7ecbf8fb0d34c05ee83054affac3283a06a.tar.bz2 samba-64bed7ecbf8fb0d34c05ee83054affac3283a06a.zip |
Edits.
(This used to be commit 4c0b3bcf979c3c32cc670119a11ff92133498e46)
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-LargeFile.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-LargeFile.xml b/docs/Samba3-HOWTO/TOSHARG-LargeFile.xml index a0df8fad12..5fdbe7a243 100644 --- a/docs/Samba3-HOWTO/TOSHARG-LargeFile.xml +++ b/docs/Samba3-HOWTO/TOSHARG-LargeFile.xml @@ -37,15 +37,15 @@ damage performance unduly, follow these steps: First, you need to canonicalize all the files in the directory to have one case, upper or lower &smbmdash; take your pick (I chose upper because all my files were already uppercase names). Then set up a new custom share for the application as follows: -<screen> -[bigshare] - path = /home/jeremy/tmp/manyfilesdir - read only = no - case sensitive = True - default case = upper - preserve case = no - short preserve case = no -</screen> +<smbconfblock> +<smbconfsection name="[bigshare]"/> +<smbconfoption name="path">/data/manyfilesdir</smbconfoption> +<smbconfoption name="read only">no</smbconfoption> +<smbconfoption name="case sensitive">True</smbconfoption> +<smbconfoption name="default case">upper</smbconfoption> +<smbconfoption name="preserve case">no</smbconfoption> +<smbconfoption name="short preserve case">no</smbconfoption> +</smbconfblock> </para> <para> |