]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/cupsaddsmb.man.in
Merge changes from CUPS 1.6svn-r9968.
[thirdparty/cups.git] / man / cupsaddsmb.man.in
index 6ae23fa6d67145505398c8927332aa96420a6d20..8632ada236829cbeebd5ccc78fd58eba8bdcddb3 100644 (file)
@@ -1,29 +1,21 @@
 .\"
-.\" "$Id: cupsaddsmb.man.in 5327 2006-03-23 19:53:24Z mike $"
+.\" "$Id: cupsaddsmb.man.in 7600 2008-05-20 21:06:23Z mike $"
 .\"
-.\"   cupsaddsmb man page for the Common UNIX Printing System (CUPS).
+.\"   cupsaddsmb man page for CUPS.
 .\"
+.\"   Copyright 2007-2011 by Apple Inc.
 .\"   Copyright 1997-2006 by Easy Software Products.
 .\"
 .\"   These coded instructions, statements, and computer programs are the
-.\"   property of Easy Software Products and are protected by Federal
-.\"   copyright law.  Distribution and use rights are outlined in the file
-.\"   "LICENSE.txt" which should have been included with this file.  If this
-.\"   file is missing or damaged please contact Easy Software Products
-.\"   at:
+.\"   property of Apple Inc. and are protected by Federal copyright
+.\"   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+.\"   which should have been included with this file.  If this file is
+.\"   file is missing or damaged, see the license at "http://www.cups.org/".
 .\"
-.\"       Attn: CUPS Licensing Information
-.\"       Easy Software Products
-.\"       44141 Airport View Drive, Suite 204
-.\"       Hollywood, Maryland 20636 USA
-.\"
-.\"       Voice: (301) 373-9600
-.\"       EMail: cups-info@cups.org
-.\"         WWW: http://www.cups.org
-.\"
-.TH cupsaddsmb 8 "Common UNIX Printing System" "23 March 2006" "Easy Software Products"
+.TH cupsaddsmb 8 "CUPS" "25 July 2007" "Apple Inc."
 .SH NAME
 cupsaddsmb \- export printers to samba for windows clients
+
 .SH SYNOPSIS
 .B cupsaddsmb
 [ -H
@@ -42,12 +34,14 @@ cupsaddsmb \- export printers to samba for windows clients
 ] [ -h
 .I cups-server[:port]
 ] [ -v ] printer [ ... printer ]
+
 .SH DESCRIPTION
 \fIcupsaddsmb\fR exports printers to the SAMBA software (version
 2.2.0 or higher) for use with Windows clients. Depending on the
 SAMBA configuration, you may need to provide a password to
 export the printers. This program requires the Windows printer
 driver files described below.
+
 .SH OPTIONS
 \fIcupsaddsmb\fR supports the following options:
 .TP 5
@@ -75,6 +69,7 @@ Specifies a different CUPS server to use.
 .br
 Specifies that verbose information should be shown. This is
 useful for debugging SAMBA configuration problems.
+
 .SH SAMBA CONFIGURATION
 \fIcupsaddsmb\fR uses the new RPC-based printing support in
 SAMBA 2.2.x to provide printer drivers and PPD files to Windows
@@ -97,7 +92,6 @@ share, as follows:
        guest ok = yes
        writable = no
        printable = yes
-       printer admin = root
 
     [print$]
        comment = Printer Drivers
@@ -116,7 +110,10 @@ accordingly on your system as needed.
 The base driver for Windows 2000 and higher is the Microsoft
 PostScript driver, which is available on any system running
 Windows 2000 or higher in the
-%WINDOWS%\\SYSTEM32\\SPOOL\\DRIVERS\\W32X86\\3 folder.
+%WINDIR%\\SYSTEM32\\SPOOL\\DRIVERS\\W32X86\\3 folder for 32-bit
+drivers and
+%WINDIR%\\SYSTEM32\\SPOOL\\DRIVERS\\X64\\3 folder for 64-bit
+drivers.
 .LP
 The CUPS printer driver is preferred over the Microsoft driver
 since it supports the page-label, job-billing, and
@@ -126,8 +123,10 @@ driver, so you will also need to get the Adobe driver to support
 Windows 95, 98, and Me clients. The Adobe and Microsoft drivers
 for Windows 2000 are identical.
 .LP
-Once you have extracted the driver files, copy them to the
-\fI@CUPS_DATADIR@/drivers\fR directory exactly as named below:
+Once you have extracted the driver files, copy the 32-bit drivers
+to the \fI@CUPS_DATADIR@/drivers\fR directory and the 64-bit
+drivers to the \fI@CUPS_DATADIR@/drivers/x64\fR directory exactly
+as named below:
 .nf
 
     [Windows 2000 and higher]
@@ -136,6 +135,10 @@ Once you have extracted the driver files, copy them to the
     pscript.ntf
     pscript5.dll
 .fi
+.LP
+\fBNote:\fR Unlike Windows, case is significant - make sure that
+you use the lowercase filenames shown above, otherwise
+\fIcupsaddsmb\fR will fail to export the drivers.
 
 .SH CUPS POSTSCRIPT DRIVERS FOR WINDOWS
 \fIcupsaddsmb\fR can use the CUPS v6 PostScript printer driver
@@ -149,19 +152,26 @@ currently only Windows 2000 and higher is supported by the CUPS
 driver, so you will also need to get the Adobe driver to support
 Windows 95, 98, and Me clients.
 .LP
-Once you have extracted the driver files, copy them to the
-\fI@CUPS_DATADIR@/drivers\fR directory exactly as named below:
+Once you have extracted the driver files, copy the 32-bit drivers
+to the \fI@CUPS_DATADIR@/drivers\fR directory and the 64-bit
+drivers to the \fI@CUPS_DATADIR@/drivers/x64\fR directory exactly
+as named below:
 .nf
 
     [Windows 2000 and higher]
-    cups6.ini
-    cupsui6.dll
-    cupsdrv6.dll
-    ps5ui.dll
-    pscript.hlp
-    pscript.ntf
-    pscript5.dll
+    cups6.inf (from www.cups.org)
+    cups6.ini (from www.cups.org)
+    cupsps6.dll (from www.cups.org)
+    cupsui6.dll (from www.cups.org)
+    ps5ui.dll (from your Windows system)
+    pscript.hlp (from your Windows system)
+    pscript.ntf (from your Windows system)
+    pscript5.dll (from your Windows system)
 .fi
+.LP
+\fBNote:\fR Unlike Windows, case is significant - make sure that
+you use the lowercase filenames shown above, otherwise
+\fIcupsaddsmb\fR will fail to export the drivers.
 
 .SH ADOBE POSTSCRIPT DRIVERS FOR WINDOWS 95, 98, AND ME
 \fIcupsaddsmb\fR can use the Adobe PostScript printer driver for
@@ -171,8 +181,9 @@ Adobe web site (http://www.adobe.com).
 The Adobe driver does not support the page-label, job-billing, or
 job-hold-until options.
 .LP
-Once you have extracted the driver files, copy them to the
-\fI@CUPS_DATADIR@/drivers\fR directory exactly as named below:
+Once you have installed the driver on a Windows system, copy the
+following files to the \fI@CUPS_DATADIR@/drivers\fR directory
+exactly as named below:
 .nf
 
     [Windows 95, 98, and Me]
@@ -182,13 +193,22 @@ Once you have extracted the driver files, copy them to the
     ICONLIB.DLL
     PSMON.DLL
 .fi
+.LP
+\fBNote:\fR Unlike Windows, case is significant - make sure that
+you use the UPPERCASE filenames shown above, otherwise
+\fIcupsaddsmb\fR will fail to export the drivers.
+
+.SH KNOWN ISSUES
+Getting the full set of Windows driver files should be easier.
+
 .SH SEE ALSO
 \fIsmbd(8)\fR, \fIsmb.conf(5)\fR,
 http://localhost:631/help
 .br
 http://www.cups.org/windows/
+
 .SH COPYRIGHT
-Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
+Copyright 2007-2011 by Apple Inc.
 .\"
-.\" End of "$Id: cupsaddsmb.man.in 5327 2006-03-23 19:53:24Z mike $".
+.\" End of "$Id: cupsaddsmb.man.in 7600 2008-05-20 21:06:23Z mike $".
 .\"