~lefteris-nikoltsios/+junk/samba-lp1016895

« back to all changes in this revision

Viewing changes to docs-xml/manpages-3/smb.conf.5.xml

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-21 13:18:04 UTC
  • mfrom: (0.39.21 sid)
  • Revision ID: package-import@ubuntu.com-20111221131804-xtlr39wx6njehxxr
Tags: 2:3.6.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/patches/error-trans.fix-276472:
    - Add the translation of Unix Error code -ENOTSUP to NT Error Code
    - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access.
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/control:
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
  + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
    - Make them upstart compatible
  + debian/samba.postinst: 
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
    as a global variable name in an NSS module 
  + Dropped:
    - debian/patches/error-trans.fix-276472
    - debian/patches/fix-debuglevel-name-conflict.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        <manvolnum>5</manvolnum>
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
 
12
12
 
488
488
                    The architecture of the remote
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/ME 
 
491
                    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>),
494
494
                    Windows XP (<constant>WinXP</constant>),
503
503
                <varlistentry>
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>
508
510
 
509
511
                <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>
514
518
 
628
632
                <term>default case = upper/lower</term>
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 of
632
 
                <emphasis>all</emphasis> incoming client filenames, not just new filenames if the options <smbconfoption
633
 
                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 the
635
 
                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> 
638
642