Show
Ignore:
Timestamp:
04/24/03 13:53:48 (21 years ago)
Author:
jalet
Message:

Default policy for unknown users/groups is to DENY printing instead
of the previous default to ALLOW printing. This is to solve an accuracy
problem. If you set the policy to ALLOW, jobs printed by in nexistant user
(from PyKota's POV) will be charged to the next user who prints on the
same printer.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r952 r956  
    117117# This value can be set either globally or per printer or both. 
    118118# If both are defined, the printer option has priority. 
    119 # If the value is not set then the default policy ALLOW applies. 
    120 policy: allow 
     119# If the value is not set then the default policy DENY applies. 
     120# ATTENTION : 
     121#     Before 1.04pre4 the default value was ALLOW, but unknown users 
     122#     allowed to print causes accuracy problems : their jobs are 
     123#     charged to the next person who prints on the same printer. 
     124policy: deny 
    121125