summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorogattaz <olivier@gattaz.com>2014-07-22 16:09:39 +0200
committerogattaz <olivier@gattaz.com>2014-07-22 16:09:39 +0200
commite5e52bc8ae094192f9a4bd24af6f31b8c19c48f7 (patch)
tree53214b06bc9e60de10c7f10b681f460192d5c6bc /bin
parent6772bfb46b72d859c316a9f6573d0c6be477ad5c (diff)
parent58463add2582dc438e6abe7b6f502a655232a709 (diff)
Merge branch 'master' of ssh://ogattaz@dev.cccs.uwe.ac.uk:22/var/git/cristal-kernel.git
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 ) )