Changeset 740 for vendor/current/docs-xml/manpages-3/smb.conf.5.xml
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/manpages-3/smb.conf.5.xml
r414 r740 7 7 <refmiscinfo class="source">Samba</refmiscinfo> 8 8 <refmiscinfo class="manual">File Formats and Conventions</refmiscinfo> 9 <refmiscinfo class="version">3. 5</refmiscinfo>9 <refmiscinfo class="version">3.6</refmiscinfo> 10 10 </refmeta> 11 11 … … 489 489 machine. It currently recognizes Samba (<constant>Samba</constant>), 490 490 the Linux CIFS file system (<constant>CIFSFS</constant>), OS/2, (<constant>OS2</constant>), 491 Windows for Workgroups (<constant>WfWg</constant>), Windows 9x/ME491 Mac OS X (<constant>OSX</constant>), Windows for Workgroups (<constant>WfWg</constant>), Windows 9x/ME 492 492 (<constant>Win95</constant>), Windows NT (<constant>WinNT</constant>), 493 493 Windows 2000 (<constant>Win2K</constant>), … … 504 504 <term>%I</term> 505 505 <listitem><para>the IP address of the client machine.</para> 506 <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses, 507 now it only contains IPv4 or IPv6 addresses.</para> 506 508 </listitem> 507 509 </varlistentry> … … 510 512 <term>%i</term> 511 513 <listitem><para>the local IP address to which a client connected.</para> 514 <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses, 515 now it only contains IPv4 or IPv6 addresses.</para> 512 516 </listitem> 513 517 </varlistentry> … … 629 633 <listitem><para> 630 634 controls what the default case is for new filenames (ie. files that don't currently exist in the filesystem). 631 Default <emphasis>lower</emphasis>. IMPORTANT NOTE: This option will be used to modify the case of632 <emphasis>all</emphasis> incoming client filenames, not just new filenames if the options <smbconfoption633 name="case sensitive">yes</smbconfoption>, <smbconfoption name="preserve case">No</smbconfoption>,634 <smbconfoption name="short preserve case">No</smbconfoption> are set . This change is needed as part of the635 optimisations for directories containing large numbers of files.635 Default <emphasis>lower</emphasis>. IMPORTANT NOTE: As part of the optimizations for directories containing 636 large numbers of files, the following special case applies. If the options 637 <smbconfoption name="case sensitive">yes</smbconfoption>, <smbconfoption name="preserve case">No</smbconfoption>, and 638 <smbconfoption name="short preserve case">No</smbconfoption> are set, then the case of <emphasis>all</emphasis> 639 incoming client filenames, not just new filenames, will be modified. See additional notes below. 636 640 </para></listitem> 637 641 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.