blob: ecea07a6754176a7225e31a7a2fa800902e1c30d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
!==
!== Imprints.txt for Samba release 2.2.0 Wed Nov 1,2000
!==
!== Author : Gerald Carter <jerry@samba.org>
!==
==================================================================
Imprints (Installation Manager of Printer driver
Retreival and Installation for Samba) is a project to
implement a UNIX equivalent of the Windows NT APW.
It has been taken on in part by the Samba Team, VA Linux
Systems and Hewlett-Packard. The Imprints toolset seeks
to provide central repository for users and administrators
to locate, download, and install all variations Window
95/98/NT printer drivers on Samba print servers.
The server portion of Imprints is composed of a database
server which contains information and locations of various
printer driver packages. This server can be queried over
standard HTTP get requests and should therefore be available
to most administrators behind firewalls. The server's
database consists of records containing data about each
known printer driver package. For example, each driver
record contains a URL from which the Imprints installation
client can download the package as well as a public key which
can be used to verify the package's integrity.
Once downloaded, the installation client will attempt to
install the printer driver on the defined remote server
using the username and password provided by the administrator.
If the username/password pair can be authenticated by the
remote server (and has the appropriate authorization), then
the printer driver(s) is (are) installed and the new Printer
is created.
From Samba's point of view, the process of creating a new
printer via the Imprints installation client is identical to
that of using the Windows NT APW. In fact, Imprints utilizes
Samba's rpcclient and smbclient tools to issue the same MS-RPC
and file copy operations as an NT client. This means that
Imprints can also be used to install printers on remote Windows
NT print servers.
For more information on Imprints, visit the project homepage
at
http://imprints.sourceforge.net/.
|