|
|||
|
1. Introduction to Printing in the Solaris Operating System 2. Planning for Printing in the Solaris Operating System (Tasks) 3. Setting Up Printing Services (Tasks) Setting Up Solaris Printing Services (Task Map) How to Start Solaris Print Manager Enabling and Disabling Printing Services (Task Map) Administering Network Printing Services How to Enable the IPP Network Listening Service How to Disable the IPP Network Listening Service How to Restart the IPP Network Listening Service How to Enable the RFC-1179 Network Listening Service How to Disable the RFC-1179 Network Listening Service How to Restart the RFC-1179 Network Listening Service How to Enable the SMB Network Service How to Disable the SMB Network Service How to Restart the SMB Network Service 4. Setting Up Printers (Tasks) 5. Administering Printers by Using Solaris Print Manager and LP Print Commands (Tasks) 6. Administering Printers by Using Printing Protocols (Tasks) 7. Customizing Printing Services and Printers (Tasks) 8. Administering Character Sets, Filters, Forms, and Fonts (Tasks) 9. Administering Printers by Using the PPD File Management Utility (Tasks) 10. Setting Up and Administering Printers by Using GNOME Desktop Tools (Tasks) 11. Printing in the Solaris Operating System (Reference) 12. Troubleshooting Printing Problems (Tasks) |
Setting Up the Internet Printing ProtocolThe IPP listening service provides an IPP network protocol service that enables print client systems a means of interacting with a print service on the system that is running the listener. This listener implements server-side IPP protocol support, which includes a broad set of standard operations and attributes. The listener is implemented on Solaris as an Apache module and a series of shared libraries containing IPP operation and wire support. The IPP software stack is installed when the Solaris OS is installed on the system. The listening service is an SMF service that depends on the print service to run. As a result, IPP is automatically enabled on a print server when the first print queue has been added . It is also disabled when the last print queue has been removed. If you make configuration changes, you will need to restart the listener. For more information, see How to Restart the IPP Network Listening Service. The IPP listening service implementation is embedded under the Apache Web Server. The web server receives IPP operations through HTTP POST requests. When an HTTP POST request is received it is passed on to the Apache IPP module (mod_ipp.so). Based on configuration, the Apache Web Service might provide an authentication service and it might also use encryption between client and server. The listening service runs as it's own dedicated instance of Apache. IPP support in the Solaris OS is split into server-side and client-side support. Both the server-side and client-side support share some common elements, as well as elements that are unique to the client or server operation. As a result, the IPP client and server components share a code base that implements these common elements. Table Table A-1 describes the components that make up IPP support in the Solaris OS. Configuring IPP Server and Client DataThe Apache configuration for this web server instance runs as the lp print service user, which provides enough privileges to support all of the existing IPP operations, but limits access to print service specific resources. The listening service runs as its own web server instance, specifically configured to support IPP, which is intended to minimize potential security risks. On the server-side, IPP configuration changes are made to the /etc/apache/httpd-standalone-ipp.conffile. On the client-side, IPP configuration changes are made to the /etc/printers.conf file. Note - If you make any configuration changes, you need to restart the service to load the new configuration. For more information, see How to Restart the Print Scheduler. The IPP listening service configuration file, /etc/apache/httpd-standalone-ipp.conf, is like any normal Apache 1.3 configuration file. The configuration files takes any Apache 1.3 configuration directives that you want to use. The default configuration includes the following features:
The default operations that are enabled for/printers/ is limited to a set of operations that poses less of a security risk. However, all operations are enabled at the (/admin/path (ipp://server/admin/) with basic authentication required. The mod_ipp Apache configuration options to choose from are:
Conformance checking types are:
IPP Keywords for Apache Web Server ConfigurationThe following syntax is used for the IPP operations keywords:
How to Configure the IPP Server Data
How to Configure the IPP Client DataUnder PAPI support, the bsdaddr value (server,q) is converted to it's equivalent printer-uri-supported value (lpd://server/printers/q), when the printer-uri-supported value is missing from the printers database. However, in some situations, such as when there is a mix of client systems and the queue is on an IPP-capable server, you might need to add this piece of configuration data manually.
See AlsoFor additional information about printing with IPP, Appendix A, Using the Internet Printing Protocol. For more information about administering printers by using IPP, see Administering Printers by Using the Internet Printing Protocol (Task Map). |
||
|