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
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs-xml/manpages-3/ntlm_auth.1.xml

    r217 r411  
    3636        successfully and 1 if access was denied. ntlm_auth uses winbind to access
    3737        the user and authentication data for a domain.  This utility
    38         is only indended to be used by other programs (currently
     38        is only intended to be used by other programs (currently
    3939        <ulink url="http://www.squid-cache.org/">Squid</ulink>
    4040        and <ulink url="http://download.samba.org/ftp/unpacked/lorikeet/trunk/mod_ntlm_winbind/">mod_ntlm_winbind</ulink>)
  • branches/samba-3.3.x/docs-xml/manpages-3/smbd.8.xml

    r217 r411  
    121121                server to run "interactively", not as a daemon, even if the
    122122                server is executed on the command line of a shell. Setting this
    123                 parameter negates the implicit deamon mode when run from the
     123                parameter negates the implicit daemon mode when run from the
    124124                command line. <command>smbd</command> also logs to standard
    125125                output, as if the <command>-S</command> parameter had been
  • branches/samba-3.3.x/docs-xml/manpages-3/winbindd.8.xml

    r217 r411  
    5454        and system information to be obtained from different databases
    5555        services such as NIS or DNS.  The exact behaviour can be configured
    56         throught the <filename>/etc/nsswitch.conf</filename> file.
     56        through the <filename>/etc/nsswitch.conf</filename> file.
    5757        Users and groups are allocated as they are resolved to a range
    5858        of user and group ids specified by the administrator of the
  • 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.