From b086f57f56bf0eb9dab9cf321a0f69aaaae84347 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Wed, 30 May 2012 08:37:45 +0200 Subject: Initial Maven Conversion --- resources/openldap/cristal2.schema | 49 -------------------------------------- 1 file changed, 49 deletions(-) delete mode 100755 resources/openldap/cristal2.schema (limited to 'resources/openldap/cristal2.schema') diff --git a/resources/openldap/cristal2.schema b/resources/openldap/cristal2.schema deleted file mode 100755 index 2370964..0000000 --- a/resources/openldap/cristal2.schema +++ /dev/null @@ -1,49 +0,0 @@ -attributetype ( 1.3.6.1.4.1.96.64.10.1 NAME 'intsyskey' - EQUALITY integerMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ) - -attributetype ( 1.3.6.1.4.1.96.64.10.6 NAME 'ior' - EQUALITY caseIgnoreMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 - SINGLE-VALUE ) - -attributetype ( 1.3.6.1.4.1.96.64.10.7 NAME 'cristalprop' - EQUALITY caseIgnoreMatch - SUBSTR caseIgnoreSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) - -objectclass ( 1.3.6.1.4.1.96.64.10.10 NAME 'cristalentity' SUP top STRUCTURAL - MUST ( cn $ objectclass ) - MAY ( intsyskey $ ior $ cristalprop ) ) - -objectclass ( 1.3.6.1.4.1.96.64.10.13 NAME 'cristalcontext' SUP top STRUCTURAL - MUST ( cn $ objectclass ) - MAY ( intsyskey ) ) - -objectclass ( 1.3.6.1.4.1.96.64.10.15 NAME 'aliasObject' SUP alias STRUCTURAL - MUST ( cn $ objectclass $ aliasedObjectName ) ) - -# agent -attributetype ( 1.3.6.1.4.1.96.64.10.8 NAME 'jobList' - EQUALITY booleanMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ) - - # uid must store userName if agent (for authentication to work) -objectclass ( 1.3.6.1.4.1.96.64.10.14 NAME 'cristalagent' SUP cristalentity STRUCTURAL - MUST ( userPassword $ uid ) ) - -objectclass ( 1.3.6.1.4.1.96.64.10.16 NAME 'cristalrole' SUP top STRUCTURAL - MUST ( cn $ objectclass ) - MAY ( jobList $ uniqueMember ) ) - -# old - -attributetype ( 1.3.6.1.4.1.96.64.10.2 NAME 'propval' - EQUALITY caseIgnoreMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 - SINGLE-VALUE ) - -objectclass ( 1.3.6.1.4.1.96.64.10.11 NAME 'cristalproperty' SUP top STRUCTURAL - MUST ( cn $ objectclass ) - MAY ( propval ) ) - -- cgit v1.2.3