BrowseAllow/Deny

pipitas k1pfeifle at gmx.net
Wed Dec 22 04:57:21 PST 2004


Christoph Litauer wrote:

>> I want my cups server to be usable by any client in the network. So I
>> defined
>> 
>> BrowseAllow @LOCAL
>> 
>> On the other hand I don't want the cups server to "learn" any other cups
>> printer available on any other cups server in the network (e.g. running
>> on a notebook with locally installed printers). Is it possible? What
>> BrowseAllow/Deny statements do I need?
>> 
> 
> Hmm,
> 
> I never got an answer to this question ... is it too dumb? Baffling?
> Impossible?
> 
> So I try again: My cups server should be usable by any client in the
> local network. But with
> 
> BrowseAllow @LOCAL
> 
> in cupsd.conf the server receives browsing information from other cups
> server running in the LAN. 

This is exactly as is intended. "BrowseAllow @LOCAL" accepts all
CUPS browse info coming in via all local interfaces (eth0, eth1,...,
ppp0, ppp1,... in Linux).

If you want to *deny* browsing info, use

  BrowseOrder allow,deny
  BrowseAllow None
  BrowseDeny All

It usually is also explained in http://localhost:631/sam.html#BrowseDeny

> How can I avoid that? 
> 
> Any help is greatly appreciated, thanks in advance.

Cheers,
Kurt





More information about the cups mailing list