Show
Ignore:
Timestamp:
05/06/04 23:02:19 (20 years ago)
Author:
jalet
Message:

LDAP schema now stores filename and title as directory strings which allow
accented characters.

Files:
1 modified

Legend:

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

    r1240 r1455  
    139139attributetype ( 1.3.6.1.4.1.16868.1.1.19 NAME 'pykotaFileName' 
    140140        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 ) 
     141        EQUALITY caseExactMatch 
     142        SUBSTR caseExactSubstringsMatch 
     143        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) 
    144144         
    145145# pykotaTitle         
    146146attributetype ( 1.3.6.1.4.1.16868.1.1.20 NAME 'pykotaTitle' 
    147147        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 ) 
     148        EQUALITY caseIgnoreMatch 
     149        SUBSTR caseIgnoreSubstringsMatch 
     150        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) 
    151151         
    152152# pykotaCopies