From fbd56eb69abf431a4b43ff53630ebe309b525f02 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 21 Jul 2014 16:58:33 +0200 Subject: Roles can have IORs --- bin/openldap/cristal.schema | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'bin') 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 ) ) -- cgit v1.2.3