|
32 | 32 | # https://github.com/Umbrella-Commiters/UmbrellaIdP3/blob/master/schema/99-user.ldif
|
33 | 33 | UMBRELLA_EAAUser_ID = 'urn:oid:1.3.6.1.4.1.42750.1.1.'
|
34 | 34 |
|
| 35 | +# PKIX specification (SMI Security for PKIX Personal Data Attributes) |
| 36 | +# https://tools.ietf.org/html/rfc7299 |
| 37 | +PKIX_OID = 'urn:oid:1.3.6.1.5.5.7.9.' |
| 38 | + |
35 | 39 | # INERA specification
|
36 | 40 | # Closet public spec source I could find, sadly in swedish
|
37 | 41 | # https://www.sambi.se/wordpress/wp-content/uploads/2017/06/Sambi_Attributspecifikation_1.1.pdf
|
|
143 | 147 | OPENOSI_OID+'109': 'osiOtherHomePhone',
|
144 | 148 | OPENOSI_OID+'120': 'osiWorkURL',
|
145 | 149 | PKCS_9+'1': 'email',
|
| 150 | + PKIX_OID + '1': 'dateOfBirth', |
| 151 | + PKIX_OID + '2': 'placeOfBirth', |
| 152 | + PKIX_OID + '3': 'gender', |
| 153 | + PKIX_OID + '4': 'countryOfCitizenship', |
| 154 | + PKIX_OID + '5': 'countryOfResidence', |
146 | 155 | SAML_SUBJECT_ID+'subject-id': 'subject-id',
|
147 | 156 | SAML_SUBJECT_ID+'pairwise-id': 'pairwise-id',
|
148 | 157 | SCHAC+'1': 'schacMotherTongue',
|
|
273 | 282 | 'certificateRevocationList': X500ATTR_OID+'39',
|
274 | 283 | 'cn': X500ATTR_OID+'3',
|
275 | 284 | 'co': UCL_DIR_PILOT+'43',
|
| 285 | + 'countryOfCitizenship': PKIX_OID+'4', |
| 286 | + 'countryOfResidence': PKIX_OID+'5', |
276 | 287 | 'crossCertificatePair': X500ATTR_OID+'40',
|
| 288 | + 'dateOfBirth': PKIX_OID+'1', |
277 | 289 | 'dc': UCL_DIR_PILOT+'25',
|
278 | 290 | 'deltaRevocationList': X500ATTR_OID+'53',
|
279 | 291 | 'departmentNumber': NETSCAPE_LDAP+'2',
|
|
308 | 320 | 'enhancedSearchGuide': X500ATTR_OID+'47',
|
309 | 321 | 'facsimileTelephoneNumber': X500ATTR_OID+'23',
|
310 | 322 | 'federationFeideSchemaVersion': NOREDUPERSON_OID+'9',
|
| 323 | + 'gender': PKIX_OID+'3', |
311 | 324 | 'generationQualifier': X500ATTR_OID+'44',
|
312 | 325 | 'givenName': X500ATTR_OID+'42',
|
313 | 326 | 'houseIdentifier': X500ATTR_OID+'51',
|
|
346 | 359 | 'personalIdentityNumber': INERA_OID+'13',
|
347 | 360 | 'personalIdentityNumberBinding': DIGG_OID+'6',
|
348 | 361 | 'physicalDeliveryOfficeName': X500ATTR_OID+'19',
|
| 362 | + 'placeOfBirth': PKIX_OID+'2', |
349 | 363 | 'postOfficeBox': X500ATTR_OID+'18',
|
350 | 364 | 'postalAddress': X500ATTR_OID+'16',
|
351 | 365 | 'postalCode': X500ATTR_OID+'17',
|
|
0 commit comments