summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-11-01 18:28:22 +0000
committerGerald Carter <jerry@samba.org>2000-11-01 18:28:22 +0000
commit698f0346176688ff5e9b8a671d81d864268e8a84 (patch)
tree3d4389384b430cc0b841b17f1894ea979e0f4107
parentae7911e4d85755085e5413b2de53155e19ac4a1a (diff)
downloadsamba-698f0346176688ff5e9b8a671d81d864268e8a84.tar.gz
samba-698f0346176688ff5e9b8a671d81d864268e8a84.tar.bz2
samba-698f0346176688ff5e9b8a671d81d864268e8a84.zip
documentation update and general description
jerry (This used to be commit f2cc34519504efb12526a5ddad9341edb02ac762)
-rw-r--r--docs/textdocs/Imprints.txt47
1 files changed, 46 insertions, 1 deletions
diff --git a/docs/textdocs/Imprints.txt b/docs/textdocs/Imprints.txt
index c69ee43ebe..ecea07a675 100644
--- a/docs/textdocs/Imprints.txt
+++ b/docs/textdocs/Imprints.txt
@@ -1,7 +1,52 @@
!==
-!== Imprints.txt for Samba release 2.2.0 14 Sep 2000
+!== 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/.
+
+
+
+