summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/schema/inetorgperson.schema
blob: f3cca47d32220f900aad5368c56b2f22887e73f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
attributetype ( 2.16.840.1.113730.3.1.1 NAME 'carLicense'
	DESC 'vehicle license or registration plate'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 2.16.840.1.113730.3.1.2
	NAME 'departmentNumber'
	DESC 'identifies a department within an organization'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 2.16.840.1.113730.3.1.241
	NAME 'displayName'
	DESC 'preferred name of a person to be used when displaying entries'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
	SINGLE-VALUE )

attributetype ( 2.16.840.1.113730.3.1.3
	NAME 'employeeNumber'
	DESC 'numerically identifies an employee within an organization'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
	SINGLE-VALUE )

attributetype ( 2.16.840.1.113730.3.1.4
	NAME 'employeeType'
	DESC 'type of employment for a person'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 0.9.2342.19200300.100.1.60
	NAME 'jpegPhoto'
	DESC 'a JPEG image'
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.28 )

attributetype ( 2.16.840.1.113730.3.1.39
	NAME 'preferredLanguage'
	DESC 'preferred written or spoken language for a person'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
	SINGLE-VALUE )

attributetype ( 2.16.840.1.113730.3.1.40
	NAME 'userSMIMECertificate'
	DESC 'PKCS#7 SignedData used to support S/MIME'
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 )

attributetype ( 2.16.840.1.113730.3.1.216
	NAME 'userPKCS12'
	DESC 'PKCS #12 PFX PDU for exchange of personal identity information'
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 )

# from rfc 1274
attributetype ( 0.9.2342.19200300.100.1.55 NAME 'audio'
	EQUALITY octetStringMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{250000} )

# obsolete, from rfc 1274
#attributetype ( 0.9.2342.19200300.100.1.7 NAME 'photo' )
# Note: Photo attribute values are encoded in G3 fax format with an
# ASN.1 wrapper. Please refer to RFC 1274 section 9.3.7 for
# detailed syntax information for this attribute.

# removed obsolete attributes audio, photo and userCertificate
objectclass ( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson'
	SUP organizationalPerson
	STRUCTURAL
	MAY ( audio $ businessCategory $ carLicense $ departmentNumber $
		displayName $ employeeNumber $ employeeType $ givenName $
		homePhone $ homePostalAddress $ initials $ jpegPhoto $
		labeledURI $ mail $ manager $ mobile $ o $ pager $
		roomNumber $ secretary $ uid $ x500uniqueIdentifier $
		preferredLanguage $ userSMIMECertificate $ userPKCS12 ) )