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

Comment # 3 on bug 936309 from
With this simplified policy it seems to work for me,
at least clients like "lpstat -p" do no longer hang
(but I did not verify if that simplified policy is really
sufficient to allow all for anybody):

<Policy newallowallforanybody>
  <Limit All>
    Order deny,allow
    Allow from all
  </Limit>
</Policy>
DefaultPolicy newallowallforanybody

Reinhard Hennig,
please test if the above simplified policy works for you
in particular if it is really sufficient to allow all for anybody.


You are receiving this mail because: