1attributetype ( 2.16.840.1.113730.3.1.1 NAME 'carLicense'
2	DESC 'vehicle license or registration plate'
3	EQUALITY caseIgnoreMatch
4	SUBSTR caseIgnoreSubstringsMatch
5	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
6
7attributetype ( 2.16.840.1.113730.3.1.2
8	NAME 'departmentNumber'
9	DESC 'identifies a department within an organization'
10	EQUALITY caseIgnoreMatch
11	SUBSTR caseIgnoreSubstringsMatch
12	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
13
14attributetype ( 2.16.840.1.113730.3.1.241
15	NAME 'displayName'
16	DESC 'preferred name of a person to be used when displaying entries'
17	EQUALITY caseIgnoreMatch
18	SUBSTR caseIgnoreSubstringsMatch
19	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
20	SINGLE-VALUE )
21
22attributetype ( 2.16.840.1.113730.3.1.3
23	NAME 'employeeNumber'
24	DESC 'numerically identifies an employee within an organization'
25	EQUALITY caseIgnoreMatch
26	SUBSTR caseIgnoreSubstringsMatch
27	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
28	SINGLE-VALUE )
29
30attributetype ( 2.16.840.1.113730.3.1.4
31	NAME 'employeeType'
32	DESC 'type of employment for a person'
33	EQUALITY caseIgnoreMatch
34	SUBSTR caseIgnoreSubstringsMatch
35	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
36
37attributetype ( 0.9.2342.19200300.100.1.60
38	NAME 'jpegPhoto'
39	DESC 'a JPEG image'
40	SYNTAX 1.3.6.1.4.1.1466.115.121.1.28 )
41
42attributetype ( 2.16.840.1.113730.3.1.39
43	NAME 'preferredLanguage'
44	DESC 'preferred written or spoken language for a person'
45	EQUALITY caseIgnoreMatch
46	SUBSTR caseIgnoreSubstringsMatch
47	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
48	SINGLE-VALUE )
49
50attributetype ( 2.16.840.1.113730.3.1.40
51	NAME 'userSMIMECertificate'
52	DESC 'PKCS#7 SignedData used to support S/MIME'
53	SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 )
54
55attributetype ( 2.16.840.1.113730.3.1.216
56	NAME 'userPKCS12'
57	DESC 'PKCS #12 PFX PDU for exchange of personal identity information'
58	SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 )
59
60# from rfc 1274
61attributetype ( 0.9.2342.19200300.100.1.55 NAME 'audio'
62	EQUALITY octetStringMatch
63	SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{250000} )
64
65# obsolete, from rfc 1274
66#attributetype ( 0.9.2342.19200300.100.1.7 NAME 'photo' )
67# Note: Photo attribute values are encoded in G3 fax format with an
68# ASN.1 wrapper. Please refer to RFC 1274 section 9.3.7 for
69# detailed syntax information for this attribute.
70
71# removed obsolete attributes audio, photo and userCertificate
72objectclass ( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson'
73	SUP organizationalPerson
74	STRUCTURAL
75	MAY ( audio $ businessCategory $ carLicense $ departmentNumber $
76		displayName $ employeeNumber $ employeeType $ givenName $
77		homePhone $ homePostalAddress $ initials $ jpegPhoto $
78		labeledURI $ mail $ manager $ mobile $ o $ pager $
79		roomNumber $ secretary $ uid $ x500uniqueIdentifier $
80		preferredLanguage $ userSMIMECertificate $ userPKCS12 ) )
81
82