source: branches/samba-3.3.x/docs-xml/smbdotconf/printing/os2drivermap.xml

Last change on this file was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 1007 bytes
Line 
1<samba:parameter name="os2 driver map"
2 context="G"
3 advanced="1" developer="1"
4 type="string"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>The parameter is used to define the absolute
8 path to a file containing a mapping of Windows NT printer driver
9 names to OS/2 printer driver names. The format is:</para>
10
11 <para>&lt;nt driver name&gt; = &lt;os2 driver name&gt;.&lt;device name&gt;</para>
12
13 <para>For example, a valid entry using the HP LaserJet 5
14 printer driver would appear as <command moreinfo="none">HP LaserJet 5L = LASERJET.HP
15 LaserJet 5L</command>.</para>
16
17 <para>
18 The need for the file is due to the printer driver namespace problem described in
19 the chapter on Classical Printing in the Samba3-HOWTO book. For more
20 details on OS/2 clients, please refer to chapter on other clients in the Samba3-HOWTO book.
21 </para>
22</description>
23<value type="default"/>
24</samba:parameter>
Note: See TracBrowser for help on using the repository browser.