summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-07-21 16:58:33 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-07-21 16:58:33 +0200
commitfbd56eb69abf431a4b43ff53630ebe309b525f02 (patch)
tree440139f65e5f76e35d6d5a30dd13c3708d4e9058 /bin
parent0b689a787288f5a4ba568157905c3a0577f83821 (diff)
Roles can have IORs
Diffstat (limited to 'bin')
-rw-r--r--bin/openldap/cristal.schema16
1 files changed, 2 insertions, 14 deletions
diff --git a/bin/openldap/cristal.schema b/bin/openldap/cristal.schema
index 2370964..495c576 100644
--- a/bin/openldap/cristal.schema
+++ b/bin/openldap/cristal.schema
@@ -32,18 +32,6 @@ attributetype ( 1.3.6.1.4.1.96.64.10.8 NAME 'jobList'
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 ) )
+objectclass ( 1.3.6.1.4.1.96.64.10.16 NAME 'cristalrole' SUP cristalentity STRUCTURAL
+ MAY ( jobList $ uniqueMember ) )