diff options
author | John Terpstra <jht@samba.org> | 2005-05-27 19:54:32 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:39 -0500 |
commit | 0a9539d32b2f392af8fd0c03d9d5b1e81378805f (patch) | |
tree | 2b1d76eab9607b1780edd35b9a727146404ae991 /docs/Samba-Guide/SBE-SecureOfficeServer.xml | |
parent | a440d93770bbb35ec0c25232b3d8912e24de13b6 (diff) | |
download | samba-0a9539d32b2f392af8fd0c03d9d5b1e81378805f.tar.gz samba-0a9539d32b2f392af8fd0c03d9d5b1e81378805f.tar.bz2 samba-0a9539d32b2f392af8fd0c03d9d5b1e81378805f.zip |
More edits.
(This used to be commit f70ba6c481291ff8a600e603ea7ae1deae357e74)
Diffstat (limited to 'docs/Samba-Guide/SBE-SecureOfficeServer.xml')
-rw-r--r-- | docs/Samba-Guide/SBE-SecureOfficeServer.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/Samba-Guide/SBE-SecureOfficeServer.xml b/docs/Samba-Guide/SBE-SecureOfficeServer.xml index f504363881..6d9db6b9c1 100644 --- a/docs/Samba-Guide/SBE-SecureOfficeServer.xml +++ b/docs/Samba-Guide/SBE-SecureOfficeServer.xml @@ -1509,9 +1509,17 @@ hosts: files dns wins <title>Printer Configuration</title> <para> + Network administrators who are new to CUPS based printing typically experience some difficulty mastering + its powerful features. The steps outlined in this section are designed to navigate around the distractions + of learning CUPS. Instead of implementing smart features and capabilties our approach is to use it as a + transparent print queue that performs no filtering, and only minimal handling of each print job that is + submitted to it. In other words, our configuration turns CUPS into a raw-mode print queue. This means that + the correct printer driver must be installed on all clients. </para> <procedure> + <title>Printer Configuration Steps</title> + <step><para> Configure each printer to be a DHCP client, carefully following the manufacturer's guidelines. </para></step> @@ -1593,6 +1601,11 @@ application/octet-stream </procedure> <para> + Note: The last two steps can be omitted where CUPS version 1.1.18, or later, is used &smbmdash; so + long as the parameter <parameter>cups options = Raw</parameter> is specified in the &smb.conf; file. + </para> + + <para> The UNIX system print queues have been configured and are ready for validation testing. </para> |