Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

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

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs-xml/smbdotconf/security/clientlanmanauth.xml

    r217 r221  
    1212    Windows 95/98) will be able to be connected from the Samba client.</para>
    1313
    14     <para>The LANMAN encrypted response is easily broken, due to it's
     14    <para>The LANMAN encrypted response is easily broken, due to its
    1515    case-insensitive nature, and the choice of algorithm.  Clients
    1616    without Windows 95/98 servers are advised to disable
  • branches/samba-3.3.x/docs-xml/smbdotconf/security/clientsigning.xml

    r217 r221  
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
    7     <para>This controls whether the client offers or requires
    8     the server it talks to to use SMB signing. Possible values
     7    <para>This controls whether the client is allowed or required to use SMB signing. Possible values
    98    are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis>
    109    and <emphasis>disabled</emphasis>.
  • branches/samba-3.3.x/docs-xml/smbdotconf/security/lanmanauth.xml

    r217 r221  
    1313    connect to the Samba host.</para>
    1414
    15     <para>The LANMAN encrypted response is easily broken, due to it's
     15    <para>The LANMAN encrypted response is easily broken, due to its
    1616    case-insensitive nature, and the choice of algorithm.  Servers
    1717    without Windows 95/98/ME or MS DOS clients are advised to disable
  • branches/samba-3.3.x/docs-xml/smbdotconf/security/passwordserver.xml

    r217 r221  
    88    or Active Directory domain controller with this option,
    99    and using <command moreinfo="none">security = [ads|domain|server]</command>
    10     it is possible to get Samba to
     10    it is possible to get Samba
    1111    to do all its username/password validation using a specific remote server.</para>
    1212
  • branches/samba-3.3.x/docs-xml/smbdotconf/security/security.xml

    r217 r221  
    4848    is commonly used for a shared printer server. It is more difficult
    4949    to setup guest shares with <command moreinfo="none">security = user</command>, see
    50     the <smbconfoption name="map to guest"/>parameter for details.</para>
     50    the <smbconfoption name="map to guest"/> parameter for details.</para>
    5151               
    5252    <para>It is possible to use <command moreinfo="none">smbd</command> in a <emphasis>
     
    5959    <para><anchor id="SECURITYEQUALSSHARE"/><emphasis>SECURITY = SHARE</emphasis></para>
    6060               
    61     <para>When clients connect to a share level security server they
     61    <para>When clients connect to a share level security server, they
    6262    need not log onto the server with a valid username and password before
    6363    attempting to connect to a shared resource (although modern clients
     
    212212
    213213        <note><para>From the client's point of
    214     view <command moreinfo="none">security = server</command> is the
     214    view, <command moreinfo="none">security = server</command> is the
    215215    same as <command moreinfo="none">security = user</command>.  It
    216216    only affects how the server deals  with the authentication, it does
  • branches/samba-3.3.x/docs-xml/smbdotconf/security/serverschannel.xml

    r217 r221  
    1414
    1515    <para>
    16         Please note that with this set to <literal>no</literal> you will have to apply the WindowsXP
     16        Please note that with this set to <literal>no</literal>, you will have to apply the WindowsXP
    1717        <filename>WinXP_SignOrSeal.reg</filename> registry patch found in the docs/registry subdirectory of the Samba distribution tarball.
    1818        </para>
  • branches/samba-3.3.x/docs-xml/smbdotconf/security/serversigning.xml

    r217 r221  
    66<description>
    77
    8     <para>This controls whether the server offers or requires
    9     the client it talks to to use SMB signing. Possible values
     8    <para>This controls whether the client is allowed or required to use SMB signing. Possible values
    109    are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis>
    1110    and <emphasis>disabled</emphasis>.
  • branches/samba-3.3.x/docs-xml/smbdotconf/security/smbencrypt.xml

    r217 r221  
    1717    </para>
    1818
    19     <para>This controls whether the server offers or requires
    20     the client it talks to to use SMB encryption. Possible values
     19    <para>This controls whether the remote client is allowed or required to use SMB encryption. Possible values
    2120    are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis>
    2221    and <emphasis>disabled</emphasis>. This may be set on a per-share
  • branches/samba-3.3.x/docs-xml/smbdotconf/security/updateencrypted.xml

    r217 r221  
    1010        password in the smbpasswd file to be updated automatically as they log on. This option allows a site to
    1111        migrate from plaintext password authentication (users authenticate with plaintext password over the
    12         wire, and are checked against a UNIX account atabase) to encrypted password authentication (the SMB
     12        wire, and are checked against a UNIX account database) to encrypted password authentication (the SMB
    1313        challenge/response authentication mechanism) without forcing all users to re-enter their passwords via
    1414        smbpasswd at the time the change is made. This is a convenience option to allow the change over to encrypted
     
    2525
    2626    <para>
    27         Note that even when this parameter is set a user authenticating to <command moreinfo="none">smbd</command>
     27        Note that even when this parameter is set, a user authenticating to <command moreinfo="none">smbd</command>
    2828        must still enter a valid password in order to connect correctly, and to update their hashed (smbpasswd)
    2929        passwords.
Note: See TracChangeset for help on using the changeset viewer.