1in.lpd(1M)              System Administration Commands              in.lpd(1M)
2
3
4

NAME

6       in.lpd - BSD print protocol adaptor
7

SYNOPSIS

9       /usr/lib/print/in.lpd
10
11

DESCRIPTION

13       in.lpd  implements the network listening service for the BSD print pro‐
14       tocol specified in RFC 1179. The BSD print protocol provides  a  remote
15       interface  for  systems  to  interact with a local spooling system. The
16       protocol defines five standard requests from the client to the  server:
17       starting  queue  processing,  transferring print jobs, retrieving terse
18       status, retrieving verbose status, and canceling print jobs.
19
20
21       The in.lpd service is  managed  by  the  service  management  facility,
22       smf(5), under the service identifier:
23
24         svc:/network/lp
25
26
27
28
29       Administrative actions on this service, such as enabling, disabling, or
30       requesting restart, can be performed using  svcadm(1M).  Responsibility
31       for  initiating  and restarting this service is delegated to inetd(1M).
32       Use inetadm(1M) to make configuration changes and to view configuration
33       information for this service. The service's status can be queried using
34       the svcs(1) command.
35
36
37       in.lpd uses the config/log_from_remote property to  allow  or  disallow
38       remote access. The default value of this property, localhost, disallows
39       remote access.
40
41
42       inetd waits for connections on TCP port 515. Upon receipt of a  connect
43       request,  in.lpd is started to service the connection. Once the request
44       has been filled, in.lpd closes the connection and exits.
45

EXAMPLES

47       Example 1 Allowing Remote Access
48
49
50       The following command allows remote access to in.lpd.
51
52
53         # inetadm -m svc:/application/print/rfc1179:default bind_addr=""
54
55
56

EXIT STATUS

58       The following exit values are returned:
59
60       0           Successful completion.
61
62
63       non-zero    An error occurred.
64
65

FILES

67       /etc/printers.conf
68
69           System printer configuration database.
70
71
72       printers.conf.byname
73
74           NIS version of /etc/printers.conf.
75
76
77       printers.org_dir
78
79           NIS+ version of /etc/printers.conf.
80
81
82       /usr/lib/print/bsd-adaptor/bsd_*.so*
83
84           Spooler translation modules.
85
86

ATTRIBUTES

88       See attributes(5) for descriptions of the following attributes:
89
90
91
92
93       ┌─────────────────────────────┬─────────────────────────────┐
94       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
95       ├─────────────────────────────┼─────────────────────────────┤
96       │Availability                 │SUNWpcu                      │
97       └─────────────────────────────┴─────────────────────────────┘
98

SEE ALSO

100       svcs(1),   inetadm(1M),   inetd(1M),   svcadm(1M),    printers.conf(4),
101       attributes(5), smf(5)
102
103
104
105SunOS 5.11                        1 Aug 2006                        in.lpd(1M)
Impressum