-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path97schac.ldif
302 lines (302 loc) · 8.47 KB
/
97schac.ldif
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
#
#---------------------------------------------------------------------
#
dn: cn=schema
#
#---------------------------------------------------------------------
#
objectClasses: (
1.3.6.1.4.1.25178.1.1.1
NAME 'schacPersonalCharacteristics'
DESC 'Personal characteristics describe the individual person represented by the entry'
AUXILIARY
MAY ( schacMotherTongue $ schacGender $ schacDateOfBirth $ schacPlaceOfBirth $ schacCountryOfCitizenship $ schacSn1 $ schacSn2 $ schacPersonalTitle )
)
#
#---------------------------------------------------------------------
#
objectClasses: (
1.3.6.1.4.1.25178.1.1.2
NAME 'schacContactLocation'
DESC 'Primary means of locating and contacting potential collaborators and other persons-of-interest at peer institutions'
AUXILIARY
MAY ( schacHomeOrganization $ schacHomeOrganizationType $ schacCountryOfResidence $ schacUserPresenceID )
)
#
#---------------------------------------------------------------------
#
objectClasses: (
1.3.6.1.4.1.25178.1.1.3
NAME 'schacEmployeeInfo'
DESC 'Employee information includes attributes that have relevance to the employee role, such as position, office hours, and job title'
AUXILIARY
MAY ( schacPersonalPosition )
)
#
#---------------------------------------------------------------------
#
objectClasses: (
1.3.6.1.4.1.25178.1.1.4
NAME 'schacLinkageIdentifiers'
DESC 'Used to link a directory entry with records in external data stores or other directory entries'
AUXILIARY
MAY ( schacPersonalUniqueCode $ schacPersonalUniqueID )
)
#
#---------------------------------------------------------------------
#
objectClasses: (
1.3.6.1.4.1.25178.1.1.5
NAME 'schacEntryMetadata'
DESC 'Used to contain information about the entry itself, often its status, birth, and death'
AUXILIARY
MAY ( schacExpiryDate )
)
#
#---------------------------------------------------------------------
#
objectClasses: (
1.3.6.1.4.1.25178.1.1.6
NAME 'schacEntryConfidentiality'
DESC 'Used to indicate whether an entry is visible publicly, visible only to affiliates of the institution, or not visible at all'
AUXILIARY
MAY ( schacUserPrivateAttribute )
)
#
#---------------------------------------------------------------------
#
objectClasses: (
1.3.6.1.4.1.25178.1.1.7
NAME 'schacUserEntitlements'
DESC 'Authorization for services'
AUXILIARY
MAY ( schacUserStatus )
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.1
NAME 'schacMotherTongue'
DESC 'RFC 3066 code for prefered language of communication'
EQUALITY caseExactMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.2
NAME 'schacGender'
DESC 'Representation of human sex (see ISO 5218)'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
SINGLE-VALUE
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.3
NAME 'schacDateOfBirth'
DESC 'Date of birth (format YYYYMMDD, only numeric chars)'
EQUALITY numericStringMatch
ORDERING numericStringOrderingMatch
SUBSTR numericStringSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36
SINGLE-VALUE
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.4
NAME 'schacPlaceOfBirth'
DESC 'Birth place of a person'
EQUALITY caseIgnoreMatch
ORDERING caseIgnoreOrderingMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.5
NAME 'schacCountryOfCitizenship'
DESC 'Country of citizenship of a person. Format two-letter acronym according to ISO 3166'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.6
NAME 'schacSn1'
DESC 'First surname of a person'
EQUALITY caseIgnoreMatch
ORDERING caseIgnoreOrderingMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.7
NAME 'schacSn2'
DESC 'Second surname of a person'
EQUALITY caseIgnoreMatch
ORDERING caseIgnoreOrderingMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.8
NAME 'schacPersonalTitle'
DESC 'RFC1274: personal title'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.9
NAME 'schacHomeOrganization'
DESC 'Domain name of the home organization'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.10
NAME 'schacHomeOrganizationType'
DESC 'Type of the home organization'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.11
NAME 'schacCountryOfResidence'
DESC 'Country of residence of a person. Format two-letter acronym according to ISO 3166'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.12
NAME 'schacUserPresenceID'
DESC 'Used to store a set of values related to the network presence'
EQUALITY caseExactMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.13
NAME 'schacPersonalPosition'
DESC 'Position inside an institution'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.14
NAME 'schacPersonalUniqueCode'
DESC 'unique code for the subject'
EQUALITY caseIgnoreMatch
ORDERING caseIgnoreOrderingMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.15
NAME 'schacPersonalUniqueID'
DESC 'Unique identifier for the subject'
EQUALITY caseExactMatch
ORDERING caseExactOrderingMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.17
NAME 'schacExpiryDate'
DESC 'Date from which the set of data is to be considered invalid (format YYYYMMDDhhmmssZ)'
EQUALITY generalizedTimeMatch
ORDERING generalizedTimeOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
SINGLE-VALUE
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.18
NAME 'schacUserPrivateAttribute'
DESC 'Set of denied access attributes'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.19
NAME 'schacUserStatus'
DESC 'Used to store a set of status of a person as user of services'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.20
NAME 'schacProjectMembership'
DESC 'Name of the project'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
#
#---------------------------------------------------------------------
#
attributeTypes: (
1.3.6.1.4.1.25178.1.2.21
NAME 'schacProjectSpecificRole'
DESC 'Used to store a set of roles of a person inside a project'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)