Show
Ignore:
Timestamp:
10/25/04 16:12:25 (20 years ago)
Author:
jalet
Message:

For URGENT legal reasons (Italy), a new "privacy" directive was added to pykota.conf
to hide print jobs' title, filename, and options.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/ldapstorage.py

    r1874 r1875  
    2222# 
    2323# $Log$ 
     24# Revision 1.86  2004/10/25 14:12:25  jalet 
     25# For URGENT legal reasons (Italy), a new "privacy" directive was added to pykota.conf 
     26# to hide print jobs' title, filename, and options. 
     27# 
    2428# Revision 1.85  2004/10/24 12:55:09  jalet 
    2529# Missing spaces 
     
    10871091            uuid = printer.LastJob.ident[3:].split(",")[0] 
    10881092            dn = printer.LastJob.ident 
     1093        if self.privacy :     
     1094            # For legal reasons, we want to hide the title, filename and options 
     1095            title = filename = options = "Hidden because of privacy concerns" 
    10891096        fields = { 
    10901097                   "objectClass" : ["pykotaObject", "pykotaJob"],