[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: email



El Vie 09 Abr 2004 14:52, Frank Zhang escribió:
> Hi:
>   I saw "email" is an attributeType in core.schema, but no objectclass is
> using it, I believe "email" is very common attribute, why no objectclass
> is using it ? where can I find a schema where one objectclass is using
> "email" attribute.
>   Thanks
>   Frank Zhang

# 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} )

It seems to be ussed  on email DNS for some SOA data. 
tehre is another "mail" atrribute that is on inetOrgPerson class.