Show
Ignore:
Timestamp:
11/21/03 15:28:46 (20 years ago)
Author:
jalet
Message:

More complete job history.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/ldap/pykota.schema

    r1108 r1200  
    100100attributetype ( 1.3.6.1.4.1.16868.1.1.13 NAME 'pykotaJobSize' 
    101101        DESC 'Current job size in number of pages in the history' 
    102         EQUALITY caseIgnoreIA5Match 
    103         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 
     102        EQUALITY integerMatch 
     103        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 
    104104 
    105105# pykotaAction 
     
    112112attributetype ( 1.3.6.1.4.1.16868.1.1.15 NAME 'pykotaPrinterName' 
    113113        DESC 'PyKota printer name as received from the printing subsystem' 
    114         EQUALITY caseIgnoreIA5Match 
     114        EQUALITY caseExactIA5Match 
     115        SUBSTR caseExactIA5SubstringsMatch 
    115116        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 
    116117         
     
    119120        DESC 'PyKota user name' 
    120121        EQUALITY caseExactIA5Match 
     122        SUBSTR caseExactIA5SubstringsMatch 
    121123        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 
    122124         
     
    125127        DESC 'PyKota group name' 
    126128        EQUALITY caseExactIA5Match 
     129        SUBSTR caseExactIA5SubstringsMatch 
    127130        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 
    128131         
     
    131134        DESC 'Identifies the last job in the history' 
    132135        EQUALITY caseExactIA5Match 
     136        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 
     137         
     138# pykotaFileName         
     139attributetype ( 1.3.6.1.4.1.16868.1.1.19 NAME 'pykotaFileName' 
     140        DESC 'Print job filename' 
     141        EQUALITY caseExactIA5Match 
     142        SUBSTR caseExactIA5SubstringsMatch 
     143        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 
     144         
     145# pykotaTitle         
     146attributetype ( 1.3.6.1.4.1.16868.1.1.20 NAME 'pykotaTitle' 
     147        DESC 'Print job title' 
     148        EQUALITY caseIgnoreIA5Match 
     149        SUBSTR caseIgnoreIA5SubstringsMatch 
     150        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 
     151         
     152# pykotaCopies 
     153attributetype ( 1.3.6.1.4.1.16868.1.1.21 NAME 'pykotaCopies' 
     154        DESC 'Number of copies of the current print job' 
     155        EQUALITY integerMatch 
     156        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 
     157         
     158# pykotaOptions         
     159attributetype ( 1.3.6.1.4.1.16868.1.1.22 NAME 'pykotaOptions' 
     160        DESC 'Print job options' 
     161        EQUALITY caseExactIA5Match 
     162        SUBSTR caseExactIA5SubstringsMatch 
    133163        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 
    134164         
     
    171201        DESC 'An entry in the job history for a printer' 
    172202        MUST ( cn $ pykotaUserName $ pykotaPrinterName $ pykotaJobId ) 
    173         MAY  ( pykotaPrinterPageCounter $ pykotaJobSize $ pykotaAction ) ) 
     203        MAY  ( pykotaPrinterPageCounter $ pykotaJobSize $ pykotaAction $ pykotaFileName $ pykotaTitle $ pykotaCopies $ pykotaOptions ) ) 
    174204         
    175205# pykotaAccountBalance