Displaying 2 results from an estimated 2 matches for "src_spoolss_replyopenprinter".
2002 Jun 11
3
spoolss back connections to client
...n is made to a firewalled client; it
slows down response of the print server enormously (the server waits
until the back connection times out).
So, I was thinking; is there an smb.conf option (or could it be
implemented) to disable these back connections? What would the impact be
if I modified the src_spoolss_replyopenprinter() routine to always
return false? Would that break anything?
Thx,
Tom.
2003 Dec 01
0
No subject
...of the print server enormously (the server waits
> > until the back connection times out).
> >
> > So, I was thinking; is there an smb.conf option (or could it be
> > implemented) to disable these back connections? What would
> the impact be
> > if I modified the src_spoolss_replyopenprinter() routine to always
> > return false? Would that break anything?
>
> Better to just comment out the SPOOLSS_RFFPCN and SPOOLSS_RFNPCN
> server functions. However, certain changes will not be reflected on
> the client such as josb listings, etc....
>
> btw....this is MS...