Changeset 1041 for pykota/trunk/initscripts
- Timestamp:
- 06/25/03 16:10:01 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/ldap/pykota.schema
r1036 r1041 55 55 attributetype ( 1.3.6.1.4.1.16868.1.1.6 NAME 'pykotaSoftLimit' 56 56 DESC 'Soft limit in maximal number of pages' 57 EQUALITY integerMatch58 SYNTAX 1.3.6.1.4.1.1466.115.121.1.2 7SINGLE-VALUE )57 EQUALITY caseIgnoreIA5Match 58 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 59 59 60 60 # pykotaHardLimit 61 61 attributetype ( 1.3.6.1.4.1.16868.1.1.7 NAME 'pykotaHardLimit' 62 62 DESC 'Hard limit in maximal number of pages' 63 EQUALITY integerMatch64 SYNTAX 1.3.6.1.4.1.1466.115.121.1.2 7SINGLE-VALUE )63 EQUALITY caseIgnoreIA5Match 64 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 65 65 66 66 # pykotaDateLimit … … 97 97 attributetype ( 1.3.6.1.4.1.16868.1.1.13 NAME 'pykotaJobSize' 98 98 DESC 'Current job size in number of pages in the history' 99 EQUALITY integerMatch100 SYNTAX 1.3.6.1.4.1.1466.115.121.1.2 7SINGLE-VALUE )99 EQUALITY caseIgnoreIA5Match 100 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 101 101 102 102 # pykotaAction