mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Manuel Gaupp
11.59.2013 b7c826681f6a9a2a92062a468cf934d774df274a
make it clear that the attribute represents the email address part of an X.509 certificate (see issue OPENDJ-962)
1 files modified
2 ■■■ changed files
opends/resource/schema/00-core.ldif 2 ●●● patch | view | raw | blame | history
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' )