From a97019d7025eb60124bd5e748830aae47586aca8 Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Tue, 26 May 2015 12:20:39 +0000 Subject: [PATCH] OPENDJ-155 Add missing config entry for Certificate Exact Assertion syntax --- opendj-server-legacy/resource/config/config.ldif | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/opendj-server-legacy/resource/config/config.ldif b/opendj-server-legacy/resource/config/config.ldif index 1375b38..f7da0af 100644 --- a/opendj-server-legacy/resource/config/config.ldif +++ b/opendj-server-legacy/resource/config/config.ldif @@ -1967,6 +1967,13 @@ ds-cfg-enabled: true ds-cfg-strict-format: true +dn: cn=Certificate Exact Assertion,cn=Syntaxes,cn=config +objectClass: top +objectClass: ds-cfg-attribute-syntax +cn: Certificate Exact Assertion +ds-cfg-java-class: org.opends.server.schema.CertificateExactAssertionSyntax +ds-cfg-enabled: true + dn: cn=Certificate List,cn=Syntaxes,cn=config objectClass: top objectClass: ds-cfg-attribute-syntax -- Gitblit v1.10.0