- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/Samba3-ByExample/SBE-Appendix2.xml
r414 r988 24 24 as well as two Microsoft Windows XP Professional Workstations, each equipped with an Ethernet 25 25 card connected using a hub. Also required is one additional server (either Windows 26 NT4 Server, Windows 2000 Server, or a Samba -3on UNIX/Linux server) running a network26 NT4 Server, Windows 2000 Server, or a Samba on UNIX/Linux server) running a network 27 27 sniffer and analysis application (Wireshark is a good choice). All work should be undertaken 28 28 on a quiet network where there is no other traffic. It is best to use a dedicated hub … … 119 119 120 120 <para> 121 Recommended preparatory reading: <emphasis>The Official Samba -3HOWTO and Reference Guide, Second121 Recommended preparatory reading: <emphasis>The Official Samba HOWTO and Reference Guide, Second 122 122 Edition</emphasis> (TOSHARG2) Chapter 9, <quote>Network Browsing,</quote> and Chapter 3, 123 123 <quote>Server Types and Security Modes.</quote> … … 752 752 753 753 <sect2> 754 <title>Windows 200x/XP Client Interaction with Samba -3</title>754 <title>Windows 200x/XP Client Interaction with Samba</title> 755 755 756 756 <para> … … 947 947 database and thus must be stored elsewhere on the UNIX system in a manner that Samba can 948 948 use. Samba-2.x permitted such encrypted passwords to be stored in the <constant>smbpasswd</constant> 949 file or in an LDAP database. Samba -3permits use of multiple <parameter>passdb backend</parameter>949 file or in an LDAP database. Samba permits use of multiple <parameter>passdb backend</parameter> 950 950 databases in concurrent deployment. Refer to <emphasis>TOSHARG2</emphasis>, Chapter 10, <quote>Account Information Databases.</quote> 951 951 </para></listitem> … … 1143 1143 1144 1144 <para> 1145 Is it possible to reduce network broadcast activity with Samba -3?1145 Is it possible to reduce network broadcast activity with Samba? 1146 1146 </para> 1147 1147 … … 1170 1170 <note><para> 1171 1171 Use of SMB without NetBIOS is possible only on Windows 200x/XP Professional clients and servers, as 1172 well as with Samba -3.1172 well as with Samba. 1173 1173 </para></note> 1174 1174 … … 1206 1206 1207 1207 <para> 1208 Samba -3supports Microsoft encrypted passwords. Be advised not to reintroduce plain-text password handling.1208 Samba supports Microsoft encrypted passwords. Be advised not to reintroduce plain-text password handling. 1209 1209 Just create user accounts by running <command>smbpasswd -a 'username'</command> 1210 1210 </para> … … 1232 1232 <para> 1233 1233 The parameter in the &smb.conf; file that controls this behavior is known as <parameter>encrypt 1234 passwords</parameter>. The default setting for this in Samba -3is <constant>Yes (Enabled)</constant>.1234 passwords</parameter>. The default setting for this in Samba is <constant>Yes (Enabled)</constant>. 1235 1235 </para> 1236 1236 … … 1243 1243 <para> 1244 1244 Is it necessary to specify <smbconfoption name="encrypt passwords">Yes</smbconfoption> 1245 when Samba -3is configured as a domain member?1245 when Samba is configured as a domain member? 1246 1246 </para> 1247 1247 … … 1260 1260 1261 1261 <para> 1262 Is it necessary to specify a <parameter>guest account</parameter> when Samba -3is configured1262 Is it necessary to specify a <parameter>guest account</parameter> when Samba is configured 1263 1263 as a domain member server? 1264 1264 </para>
Note:
See TracChangeset
for help on using the changeset viewer.