home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / vmsnet / networks / tcpip / ucx / 136 < prev    next >
Encoding:
Text File  |  1992-10-09  |  1.8 KB  |  36 lines

  1. Newsgroups: vmsnet.networks.tcp-ip.ucx
  2. Path: sparky!uunet!decwrl!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com!MyTH
  3. From: MyTH@ucx.lkg.dec.com (M. T. Hollinger)
  4. Subject: Re: Proxy setup for UCX LPD
  5. Message-ID: <1992Oct9.041642.5489@nntpd.lkg.dec.com>
  6. Sender: usenet@nntpd.lkg.dec.com (USENET News System)
  7. Organization: Digital Equipment Corporation, Littleton, MA
  8. References: <6387@m1.cs.man.ac.uk>
  9. Date: Fri, 9 Oct 1992 04:16:42 GMT
  10. Lines: 24
  11.  
  12. In the referenced article, mzagsaa@v4.cgu.mcc.ac.uk (Tony Arnold) writes:
  13. >I've configured a local printer using UCX$LPRSETUP and entered
  14. >into  /etc/printcap of a Unix machine and then tried doing an lpr. I get
  15. >an error message saying User arnold not authorised to print on this
  16. >host, followed by a system message saying network object not known.
  17.  
  18. The quickest way to avoid proxy problems is to simply turn off LPD proxy
  19. checking (by disabling the APPLICATION_PROXY flag on the LPD service).
  20. That should get you up and running.  If you then want to re-enable proxy
  21. checking, note that the remote username specified in a proxy must match
  22. the local username (except for case).  This is necessary because unlike
  23. the RSH protocol, the LPD protocol does not include a mechanism for
  24. specifying a username on the target machine.
  25.  
  26. I consider this restriction (matching usernames) unfortunate and am
  27. looking for ways to eliminate it.  In an update to the LPD facility now
  28. available from the Customer Support Centers (which, incidentally, also
  29. contains a number of bug fixes), I have added a second proxy check: if
  30. no proxy is found where the local username matches the remote one, LPD
  31. will now look for a proxy into the UCX_LPD account.  This way, you at
  32. least don't have to create dummy VMS accounts to match all the remote
  33. usernames, and wildcard proxies into UCX_LPD will work.
  34.  
  35.         - MyTH
  36.