Changeset 1480
- Timestamp:
- 05/17/04 18:18:33 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/ldap/pykota.schema
r1473 r1480 159 159 attributetype ( 1.3.6.1.4.1.16868.1.1.22 NAME 'pykotaOptions' 160 160 DESC 'Print job options' 161 EQUALITY case ExactIA5Match162 SUBSTR case ExactIA5SubstringsMatch163 SYNTAX 1.3.6.1.4.1.1466.115.121.1. 26SINGLE-VALUE )161 EQUALITY caseIgnoreMatch 162 SUBSTR caseIgnoreSubstringsMatch 163 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) 164 164 165 165 # pykotaJobPrice -
pykota/trunk/NEWS
r1478 r1480 24 24 - 1.19alpha9 : 25 25 26 - pykotaOptions LDAP attribute now accepts non-ascii characters 27 too. 28 26 29 - First try at cupspykota main loop rewrite 27 30