Changeset 221 for branches/samba-3.3.x/docs-xml/smbdotconf/security
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- 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 12 12 Windows 95/98) will be able to be connected from the Samba client.</para> 13 13 14 <para>The LANMAN encrypted response is easily broken, due to it 's14 <para>The LANMAN encrypted response is easily broken, due to its 15 15 case-insensitive nature, and the choice of algorithm. Clients 16 16 without Windows 95/98 servers are advised to disable -
branches/samba-3.3.x/docs-xml/smbdotconf/security/clientsigning.xml
r217 r221 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <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 9 8 are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 10 9 and <emphasis>disabled</emphasis>. -
branches/samba-3.3.x/docs-xml/smbdotconf/security/lanmanauth.xml
r217 r221 13 13 connect to the Samba host.</para> 14 14 15 <para>The LANMAN encrypted response is easily broken, due to it 's15 <para>The LANMAN encrypted response is easily broken, due to its 16 16 case-insensitive nature, and the choice of algorithm. Servers 17 17 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 8 8 or Active Directory domain controller with this option, 9 9 and using <command moreinfo="none">security = [ads|domain|server]</command> 10 it is possible to get Samba to10 it is possible to get Samba 11 11 to do all its username/password validation using a specific remote server.</para> 12 12 -
branches/samba-3.3.x/docs-xml/smbdotconf/security/security.xml
r217 r221 48 48 is commonly used for a shared printer server. It is more difficult 49 49 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> 51 51 52 52 <para>It is possible to use <command moreinfo="none">smbd</command> in a <emphasis> … … 59 59 <para><anchor id="SECURITYEQUALSSHARE"/><emphasis>SECURITY = SHARE</emphasis></para> 60 60 61 <para>When clients connect to a share level security server they61 <para>When clients connect to a share level security server, they 62 62 need not log onto the server with a valid username and password before 63 63 attempting to connect to a shared resource (although modern clients … … 212 212 213 213 <note><para>From the client's point of 214 view <command moreinfo="none">security = server</command> is the214 view, <command moreinfo="none">security = server</command> is the 215 215 same as <command moreinfo="none">security = user</command>. It 216 216 only affects how the server deals with the authentication, it does -
branches/samba-3.3.x/docs-xml/smbdotconf/security/serverschannel.xml
r217 r221 14 14 15 15 <para> 16 Please note that with this set to <literal>no</literal> you will have to apply the WindowsXP16 Please note that with this set to <literal>no</literal>, you will have to apply the WindowsXP 17 17 <filename>WinXP_SignOrSeal.reg</filename> registry patch found in the docs/registry subdirectory of the Samba distribution tarball. 18 18 </para> -
branches/samba-3.3.x/docs-xml/smbdotconf/security/serversigning.xml
r217 r221 6 6 <description> 7 7 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 10 9 are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 11 10 and <emphasis>disabled</emphasis>. -
branches/samba-3.3.x/docs-xml/smbdotconf/security/smbencrypt.xml
r217 r221 17 17 </para> 18 18 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 21 20 are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 22 21 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 10 10 password in the smbpasswd file to be updated automatically as they log on. This option allows a site to 11 11 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 SMB12 wire, and are checked against a UNIX account database) to encrypted password authentication (the SMB 13 13 challenge/response authentication mechanism) without forcing all users to re-enter their passwords via 14 14 smbpasswd at the time the change is made. This is a convenience option to allow the change over to encrypted … … 25 25 26 26 <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> 28 28 must still enter a valid password in order to connect correctly, and to update their hashed (smbpasswd) 29 29 passwords.
Note:
See TracChangeset
for help on using the changeset viewer.