Johannes Meixner changed bug 936309
What Removed Added
Flags   needinfo?(reinhard.hennig@freenet.de)

Comment # 8 on bug 936309 from
It seems since CUPS > 1.5.4 the "All" wildcard value must specified
separatedly to avoid that clients like "lpstat -p" just hang up:
-----------------------------------------------------------------------------
<Policy allowallforanybody>
  JobPrivateAccess all
  JobPrivateValues none
  SubscriptionPrivateAccess all
  SubscriptionPrivateValues none
  <Limit Validate-Job Cancel-Jobs Cancel-My-Jobs Close-Job CUPS-Get-Document>
    Order deny,allow
    Allow from all
  </Limit>
  <Limit All>
    Order deny,allow
    Allow from all
  </Limit>
</Policy>
DefaultPolicy allowallforanybody
-----------------------------------------------------------------------------

Reinhard Hennig,
please test if the above policy really works for you.


You are receiving this mail because: