Show
Ignore:
Timestamp:
06/04/03 14:42:19 (21 years ago)
Author:
jalet
Message:

Sample ldif file added, to test the LDAP schema

Location:
pykota/trunk/initscripts
Files:
1 added
1 modified

Legend:

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

    r1010 r1012  
    5151        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 
    5252 
     53attributetype ( 1.3.6.1.4.1.16868.1.1.6 NAME 'pykotaPrinterName' 
     54        DESC 'Printer name as defined in the printing environment, e.g. lp' 
     55        EQUALITY caseIgnoreIA5Match 
     56        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 
     57 
    5358 
    5459## New Pykota User object type 
     
    6570         
    6671## New Pykota Printer object type 
    67 objectclass ( 1.3.6.1.4.1.16868.1.2.3 NAME 'pykotaPrinter' SUP top AUXILIARY 
    68         DESC 'PyKota Auxiliary Printer' 
    69         MUST ( cn ) 
     72objectclass ( 1.3.6.1.4.1.16868.1.2.3 NAME 'pykotaPrinter' SUP top STRUCTURAL 
     73        DESC 'PyKota Printer' 
     74        MUST ( pykotaPrinterName ) 
    7075        MAY  ( pykotaPricePerPage $ pykotaPricePerJob ) )