From c2f22da813eb2ef89a11e7a4ab0930a571c23a7e Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Fri, 02 Nov 2007 15:53:32 +0000 Subject: [PATCH] Make various corrections to schema elements, including: --- opendj-sdk/opends/resource/schema/03-uddiv3.ldif | 2 +- opendj-sdk/opends/resource/schema/04-rfc2307bis.ldif | 6 +++--- opendj-sdk/opends/resource/schema/03-rfc2739.ldif | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/opendj-sdk/opends/resource/schema/03-rfc2739.ldif b/opendj-sdk/opends/resource/schema/03-rfc2739.ldif index e80588d..7a48550 100644 --- a/opendj-sdk/opends/resource/schema/03-rfc2739.ldif +++ b/opendj-sdk/opends/resource/schema/03-rfc2739.ldif @@ -65,7 +65,7 @@ EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' ) -objectClasses: ( 1.2.840.113556.1.5.87 NAME 'calEntry' TOP AUXILIARY +objectClasses: ( 1.2.840.113556.1.5.87 NAME 'calEntry' SUP top AUXILIARY MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $ calOtherCAPURIs $ calCalAdrURI $ calOtherCalAdrURIs ) X-ORIGIN 'RFC 2739' ) diff --git a/opendj-sdk/opends/resource/schema/03-uddiv3.ldif b/opendj-sdk/opends/resource/schema/03-uddiv3.ldif index 70e9207..b165850 100644 --- a/opendj-sdk/opends/resource/schema/03-uddiv3.ldif +++ b/opendj-sdk/opends/resource/schema/03-uddiv3.ldif @@ -237,7 +237,7 @@ STRUCTURAL MUST ( uddiBindingKey ) MAY ( uddiServiceKey $ uddiDescription $ uddiAccessPoint $ uddiHostingRedirector $ uddiCategoryBag $ uddiv3BindingKey $ uddiv3ServiceKey $ uddiv3DigitalSignature $ - uddiv3EntityCreationTime $ uddiv3NodeId) + uddiv3EntityCreationTime $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' ) objectClasses: ( 1.3.6.1.1.10.6.6 NAME 'uddiTModelInstanceInfo' SUP top STRUCTURAL MUST ( uddiTModelKey ) MAY ( uddiDescription $ diff --git a/opendj-sdk/opends/resource/schema/04-rfc2307bis.ldif b/opendj-sdk/opends/resource/schema/04-rfc2307bis.ldif index 71b29ae..8d3dd7c 100644 --- a/opendj-sdk/opends/resource/schema/04-rfc2307bis.ldif +++ b/opendj-sdk/opends/resource/schema/04-rfc2307bis.ldif @@ -41,7 +41,7 @@ X-ORIGIN 'draft-howard-rfc2307bis' ) attributeTypes: ( 1.3.6.1.1.1.1.2 NAME 'gecos' DESC 'The GECOS field; the common name' EQUALITY caseIgnoreIA5Match - SUBSTRINGS caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' ) attributeTypes: ( 1.3.6.1.1.1.1.3 NAME 'homeDirectory' DESC 'The absolute path to the home directory' EQUALITY caseExactIA5Match @@ -75,7 +75,7 @@ attributeTypes: ( 1.3.6.1.1.1.1.12 NAME 'memberUid' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' ) attributeTypes: ( 1.3.6.1.1.1.1.13 NAME 'memberNisNetgroup' - EQUALITY caseExactIA5Match SUBSTRINGS caseExactIA5SubstringsMatch + EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' ) attributeTypes: ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple' DESC 'Netgroup triple' EQUALITY caseIgnoreIA5Match @@ -119,7 +119,7 @@ X-ORIGIN 'draft-howard-rfc2307bis' ) attributeTypes: ( 1.3.6.1.1.1.1.27 NAME 'nisMapEntry' DESC 'A generic NIS entry' EQUALITY caseExactIA5Match - SUBSTRINGS caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' ) attributeTypes: ( 1.3.6.1.1.1.1.28 NAME 'nisPublicKey' DESC 'NIS public key' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE -- Gitblit v1.10.0