From 99bde6889d3d8b7a9e950c86c30e82662e1dacdd Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 9 Sep 2003 02:58:53 +0000 Subject: syncing files from 3.0 into HEAD again (This used to be commit bca0bba209255d0effbae6a3d3b6d298f0952c3a) --- docs/docbook/projdoc/Other-Clients.xml | 86 ++++++++++++++++------------------ 1 file changed, 40 insertions(+), 46 deletions(-) (limited to 'docs/docbook/projdoc/Other-Clients.xml') diff --git a/docs/docbook/projdoc/Other-Clients.xml b/docs/docbook/projdoc/Other-Clients.xml index d05c58c89d..968a584f9d 100644 --- a/docs/docbook/projdoc/Other-Clients.xml +++ b/docs/docbook/projdoc/Other-Clients.xml @@ -1,8 +1,7 @@ - &author.jmcd; &author.jelmer; - + &person.jmcd;OS/2 5 Mar 2001 @@ -14,7 +13,7 @@ Macintosh clients? -Yes. Thursby now has a CIFS Client / Server called DAVE + Yes. Thursby now has a CIFS Client / Server called DAVE @@ -36,29 +35,27 @@ the Macintosh. The two free implementations are What Samba offers MS Windows users, these packages offer to Macs. For more info on these packages, Samba, and Linux (and other UNIX-based systems) see -http://www.eats.com/linux_mac_win.html +http://www.eats.com/linux_mac_win.html +Newer versions of the Macintosh (Mac OS X) include Samba. + OS2 Client - How can I configure OS/2 Warp Connect or - OS/2 Warp 4 as a client for Samba? + Configuring OS/2 Warp Connect or + OS/2 Warp 4 as a client for Samba - A more complete answer to this question can be - found on - http://carol.wins.uva.nl/~leeuw/samba/warp.html. - Basically, you need three components: - - The File and Print Client ('IBM Peer') - TCP/IP ('Internet support') - The "NetBIOS over TCP/IP" driver ('TCPBEUI') - + + The File and Print Client ('IBM Peer') + TCP/IP ('Internet support') + The "NetBIOS over TCP/IP" driver ('TCPBEUI') + Installing the first two together with the base operating system on a blank system is explained in the Warp manual. If Warp @@ -83,16 +80,14 @@ packages, Samba, and Linux (and other UNIX-based systems) see - How can I configure OS/2 Warp 3 (not Connect), - OS/2 1.2, 1.3 or 2.x for Samba? + Configuring OS/2 Warp 3 (not Connect), + OS/2 1.2, 1.3 or 2.x for Samba You can use the free Microsoft LAN Manager 2.2c Client for OS/2 from - + ftp://ftp.microsoft.com/BusSys/Clients/LANMAN.OS2/. - See - http://carol.wins.uva.nl/~leeuw/lanman.html for - more information on how to install and use this client. In + In a nutshell, edit the file \OS2VER in the root directory of the OS/2 boot partition and add the lines: @@ -105,24 +100,22 @@ packages, Samba, and Linux (and other UNIX-based systems) see before you install the client. Also, don't use the included NE2000 driver because it is buggy. Try the NE2000 or NS2000 driver from - + ftp://ftp.cdrom.com/pub/os2/network/ndis/ instead. - How do I get printer driver download working - for OS/2 clients? + Printer driver download for for OS/2 clients? - First, create a share called [PRINTDRV] that is + First, create a share called [PRINTDRV] that is world-readable. Copy your OS/2 driver files there. Note that the .EA_ files must still be separate, so you will need to use the original install files, and not copy an installed driver from an OS/2 system. Install the NT driver first for that printer. Then, - add to your &smb.conf; a parameter, os2 driver map = - filename. Then, in the file + add to your &smb.conf; a parameter, os2 driver mapfilename. Then, in the file specified by filename, map the name of the NT driver name to the OS/2 driver name as follows: @@ -148,7 +141,7 @@ packages, Samba, and Linux (and other UNIX-based systems) see Windows for Workgroups -Use latest TCP/IP stack from Microsoft +Latest TCP/IP stack from Microsoft Use the latest TCP/IP stack from Microsoft if you use Windows for Workgroups. @@ -194,7 +187,7 @@ Often WfWg will totally ignore a password you give it in a dialog box. -Configure WfW password handling + Configuring WfW password handling There is a program call admincfg.exe @@ -203,7 +196,7 @@ type EXPAND A:\ADMINCFG.EX_ C:\WINDOWS\ADMINCFG.EXE. Then add an icon for it via the Program Manager New Menu. This program allows you to control how WFW handles passwords. ie disable Password Caching etc -for use with security = user +for use with securityuser @@ -211,7 +204,7 @@ for use with security = user Case handling of passwords -Windows for Workgroups uppercases the password before sending it to the server. Unix passwords can be case-sensitive though. Check the smb.conf(5) information on password level to specify what characters samba should try to uppercase when checking. +Windows for Workgroups uppercases the password before sending it to the server. Unix passwords can be case-sensitive though. Check the &smb.conf; information on password level to specify what characters samba should try to uppercase when checking. @@ -230,8 +223,8 @@ It is presumably a WfWg bug. Speed improvement -Note that some people have found that setting DefaultRcvWindow in -the [MSTCP] section of the + Note that some people have found that setting DefaultRcvWindow in +the [MSTCP] section of the SYSTEM.INI file under WfWg to 3072 gives a big improvement. I don't know why. @@ -304,15 +297,15 @@ likely occur if it is not. In order to serve profiles successfully to Windows 2000 SP2 clients (when not operating as a PDC), Samba must have -nt acl support = no +nt acl supportno added to the file share which houses the roaming profiles. If this is not done, then the Windows 2000 SP2 client will complain about not being able to access the profile (Access Denied) and create multiple copies of it on disk (DOMAIN.user.001, DOMAIN.user.002, etc...). See the -smb.conf(5) man page +&smb.conf; man page for more details on this option. Also note that the -nt acl support parameter was formally a global parameter in +nt acl support parameter was formally a global parameter in releases prior to Samba 2.2.2. @@ -320,14 +313,15 @@ releases prior to Samba 2.2.2. The following is a minimal profile share: - - [profile] - path = /export/profile - create mask = 0600 - directory mask = 0700 - nt acl support = no - read only = no - + + Minimal profile share +[profile] +path/export/profile +create mask0600 +directory mask0700 +nt acl supportno +read onlyno + The reason for this bug is that the Win2k SP2 client copies @@ -339,7 +333,7 @@ for the access denied message. -By disabling the nt acl support parameter, Samba will send +By disabling the nt acl support parameter, Samba will send the Win2k client a response to the QuerySecurityDescriptor trans2 call which causes the client to set a default ACL for the profile. This default ACL includes @@ -356,7 +350,7 @@ create accounts on the Samba host for Domain users. Windows NT 3.1 If you have problems communicating across routers with Windows -NT 3.1 workstations, read this Microsoft Knowledge Base article. +NT 3.1 workstations, read this Microsoft Knowledge Base article. -- cgit