]> git.sur5r.net Git - openldap/commitdiff
Added RFC 2459 PKCS9 emailAddress
authorHoward Chu <hyc@openldap.org>
Wed, 1 May 2002 06:34:49 +0000 (06:34 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 1 May 2002 06:34:49 +0000 (06:34 +0000)
servers/slapd/schema/core.schema

index e178b5d8855c21e79c1c8b59e6fbd2fd71f1a098..1d30110108278d8bf3e78b6ad149233254415ed9 100644 (file)
@@ -533,3 +533,12 @@ attributetype ( 1.3.6.1.4.1.250.1.32
        EQUALITY caseIgnoreIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )
+
+# RFC 2459
+attributetype ( 1.2.840.113549.1.9.1
+       NAME ( 'email' 'emailAddress' 'pkcs9email' )
+       DESC 'RFC2459: legacy attribute for email addresses in DNs'
+       EQUALITY caseIgnoreIA5Match
+       SUBSTR caseIgnoreIA5SubstringsMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} )
+