From 66680d3613957ad09437fc8b64885a0ad87f9e53 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Fri, 30 Jul 2010 11:59:52 +0000 Subject: [PATCH] Extend RFC3672 subtreeSpecification to allow OpenDS specific RelativeSubtreeSpec and AbsoluteSubtreeSpec. --- opends/resource/config/config.ldif | 16 +--------------- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index 7e0f22d..f66374b 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -1982,13 +1982,6 @@ objectClass: ds-cfg-branch cn: Syntaxes -dn: cn=Absolute Subtree Specification,cn=Syntaxes,cn=config -objectClass: top -objectClass: ds-cfg-attribute-syntax -cn: Absolute Subtree Specification -ds-cfg-java-class: org.opends.server.schema.AbsoluteSubtreeSpecificationSyntax -ds-cfg-enabled: true - dn: cn=Sun-defined Access Control Information,cn=Syntaxes,cn=config objectClass: top objectClass: ds-cfg-attribute-syntax @@ -2252,13 +2245,6 @@ ds-cfg-java-class: org.opends.server.schema.ProtocolInformationSyntax ds-cfg-enabled: true -dn: cn=Relative Subtree Specification,cn=Syntaxes,cn=config -objectClass: top -objectClass: ds-cfg-attribute-syntax -cn: Relative Subtree Specification -ds-cfg-java-class: org.opends.server.schema.RelativeSubtreeSpecificationSyntax -ds-cfg-enabled: true - dn: cn=Substring Assertion,cn=Syntaxes,cn=config objectClass: top objectClass: ds-cfg-attribute-syntax @@ -2270,7 +2256,7 @@ objectClass: top objectClass: ds-cfg-attribute-syntax cn: Subtree Specification -ds-cfg-java-class: org.opends.server.schema.RFC3672SubtreeSpecificationSyntax +ds-cfg-java-class: org.opends.server.schema.SubtreeSpecificationSyntax ds-cfg-enabled: true dn: cn=Supported Algorithm,cn=Syntaxes,cn=config -- Gitblit v1.10.0