Changeset 2631 for pykota/trunk/initscripts
- Timestamp:
- 01/26/06 16:25:44 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/ldap/pykota.schema
r2585 r2631 104 104 # pykotaAction 105 105 attributetype ( 1.3.6.1.4.1.16868.1.1.14 NAME 'pykotaAction' 106 DESC 'Was the job allowed, denied, or failed : ( "ALLOW" | "DENY" | "PROBLEM" )'106 DESC 'Was the job allowed, denied, warned, cancelled or failed : ( "ALLOW" | "DENY" | "WARN" | "CANCEL" | "PROBLEM" )' 107 107 EQUALITY caseExactIA5Match 108 108 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )