From b7c826681f6a9a2a92062a468cf934d774df274a Mon Sep 17 00:00:00 2001 From: Manuel Gaupp <m.gaupp@scanplus.de> Date: Tue, 11 Jun 2013 14:59:31 +0000 Subject: [PATCH] make it clear that the attribute represents the email address part of an X.509 certificate (see issue OPENDJ-962) --- opends/resource/schema/00-core.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/schema/00-core.ldif b/opends/resource/schema/00-core.ldif index f9faa6d..44cfde6 100644 --- a/opends/resource/schema/00-core.ldif +++ b/opends/resource/schema/00-core.ldif @@ -527,7 +527,7 @@ SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'OpenDJ Directory Server' ) attributeTypes: ( 1.2.840.113549.1.9.1 NAME 'emailAddress' - DESC 'Email address' + DESC 'represents the email address part of an X.509 certificate' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 2985' ) -- Gitblit v1.10.0