Ignore:
Timestamp:
Mar 1, 2010, 3:05:48 PM (15 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3.x to 3.3.11

Location:
branches/samba-3.3.x/docs-xml/smbdotconf
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs-xml/smbdotconf/browse/preferredmaster.xml

    r217 r411  
    1717        <command moreinfo="none">nmbd</command> can guarantee becoming a domain master.
    1818        </para>
    19                
     19
    2020        <para>
    2121        Use this option with caution, because if there are several hosts (whether Samba servers, Windows 95 or NT)
  • branches/samba-3.3.x/docs-xml/smbdotconf/misc/widelinks.xml

    r217 r411  
    1010        to areas that are outside the directory tree being exported.</para>
    1111
    12         <para>Note that setting this parameter can have a negative
    13         effect on your server performance due to the extra system calls
    14         that Samba has to  do in order to perform the link checks.</para>
     12        <para>Note: Turning this parameter on when UNIX extensions are enabled
     13        will allow UNIX clients to create symbolic links on the share that
     14        can point to files or directories outside restricted path exported
     15        by the share definition. This can cause access to areas outside of
     16        the share. Due to this problem, this parameter will be automatically
     17        disabled (with a message in the log file) if the
     18        <smbconfoption name="unix extensions"/> option is on.
     19        </para>
    1520</description>
    1621
    17 <value type="default">yes</value>
     22<value type="default">no</value>
    1823</samba:parameter>
  • branches/samba-3.3.x/docs-xml/smbdotconf/protocol/largereadwrite.xml

    r217 r411  
    88    <citerefentry><refentrytitle>smbd</refentrytitle>
    99    <manvolnum>8</manvolnum></citerefentry> supports the new 64k
    10     streaming read and write varient SMB requests introduced with
     10    streaming read and write variant SMB requests introduced with
    1111    Windows 2000. Note that due to Windows 2000 client redirector bugs
    1212    this requires Samba to be running on a 64-bit capable operating
  • branches/samba-3.3.x/docs-xml/smbdotconf/protocol/unixextensions.xml

    r274 r411  
    1111    These extensions require a similarly enabled client, and are of
    1212    no current use to Windows clients.</para>
     13    <para>
     14    Note if this parameter is turned on, the <smbconfoption name="wide links"/>
     15    parameter will automatically be disabled.
     16    </para>
    1317</description>
    1418
  • branches/samba-3.3.x/docs-xml/smbdotconf/winbind/winbindnormalizenames.xml

    r224 r411  
    2121          idmap and nss_info plugin for the specifics on how to configure
    2222          name aliasing for a specific configuration.  Name aliasing takes
    23           precendence (and is mutually exclusive) over the whitespace
     23          precedence (and is mutually exclusive) over the whitespace
    2424          replacement mechanism discussed previsouly.
    2525          </para>
Note: See TracChangeset for help on using the changeset viewer.