summaryrefslogtreecommitdiffstats
path: root/ldap/schema/60mozilla.ldif
blob: e53e442e759ad84f91e3ec7d9bc894ffcb32a5fa (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# 60mozilla.ldif
# mozillaAbPersonAlpha
#
# Created initial version --[[User:Standard8|Standard8]] 12:21, 5 Dec 2005 (PST)
#
# This file contains LDAPv3 schema for use with the Mozilla Address Book
# and is intended to ...
#
# Depends upon
#   Definition of an X.500 Attribute Type and an Object Class to Hold
#   Uniform Resource Identifiers (URIs) [RFC2079], and A Summary of
#   the X.500(96) User Schema for use with LDAPv3 [RFC2256] (core.schema)
#
#   The COSINE and Internet X.500 Schema [RFC1274] (cosine.schema)
#
#   The InetOrgPerson Schema [RFC2798] (inetorgperson.schema)
#
# 1.3.6.1.4.1.13769.4.x - Mozilla AB 'Other' tab
################################################################################
#
dn: cn=schema
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.4.1
  NAME 'mozillaCustom1'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.4.2
  NAME 'mozillaCustom2'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.4.3
  NAME 'mozillaCustom3'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.4.4
  NAME 'mozillaCustom4'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.3.1
  NAME 'mozillaHomeStreet'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.3.2
  NAME 'mozillaHomeStreet2'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.3.3
  NAME 'mozillaHomeLocalityName'
  SUP name
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.3.4
  NAME 'mozillaHomeState'
  SUP name
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.3.5
  NAME 'mozillaHomePostalCode'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40}
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.3.6
  NAME 'mozillaHomeCountryName'
  SUP name
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.3.7
  NAME 'mozillaHomeUrl'
  EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.3.8
  NAME 'mozillaWorkStreet2'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.3.9
  NAME 'mozillaWorkUrl'
  EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.2.1
  NAME ( 'mozillaNickname' 'xmozillanickname' )
  SUP name
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.2.2
  NAME ( 'mozillaSecondEmail' 'xmozillasecondemail' )
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.2.3
  NAME ( 'mozillaUseHtmlMail' 'xmozillausehtmlmail' )
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.13769.2.4
  NAME ( 'nsAIMid' 'nscpaimscreenname' )
  EQUALITY telephoneNumberMatch
  SUBSTR telephoneNumberSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.50
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
# 1.3.6.1.4.1.13769.9 - Mozilla AB objectclasses
#
# The mozillaAddressBookEntry object class is used to define entries
# representing Cards in the Mozilla Address Book.  The commonName attribute
# is used for naming entries of this object class, but may not be unique.
#
objectClasses: (
  1.3.6.1.4.1.13769.9.1
  NAME 'mozillaAbPersonAlpha'
  SUP top
  AUXILIARY
  MUST ( cn )
  MAY ( c $ description $ displayName $ fax $ givenName $ homePhone $ l $ mail $ mobile $ mozillaCustom1 $ mozillaCustom2 $ mozillaCustom3 $ mozillaCustom4 $ mozillaHomeCountryName $ mozillaHomeLocalityName $ mozillaHomePostalCode $ mozillaHomeState $ mozillaHomeStreet $ mozillaHomeStreet2 $ mozillaHomeUrl $ mozillaNickname $ mozillaSecondEmail $ mozillaUseHtmlMail $ mozillaWorkStreet2 $ mozillaWorkUrl $ nsAIMid $ o $ ou $ pager $ postalCode $ postOfficeBox $ sn $ st $ street $ telephoneNumber $ title )
  X-ORIGIN 'Mozilla Address Book'
  )
#
################################################################################
#