|
11 | 11 | SCHAC = 'urn:oid:1.3.6.1.4.1.25178.1.2.'
|
12 | 12 | SIS = 'urn:oid:1.2.752.194.10.2.'
|
13 | 13 | UMICH = 'urn:oid:1.3.6.1.4.1.250.1.57.'
|
14 |
| - |
| 14 | +OPENOSI_OID = 'urn:oid:1.3.6.1.4.1.27630.2.1.1.' #openosi-0.82.schema http://www.openosi.org/osi/display/ldap/Home |
15 | 15 |
|
16 | 16 | MAP = {
|
17 | 17 | 'identifier': 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri',
|
|
68 | 68 | NOREDUPERSON_OID+'10': 'norEduPersonLegalName',
|
69 | 69 | NOREDUPERSON_OID+'11': 'norEduOrgSchemaVersion',
|
70 | 70 | NOREDUPERSON_OID+'12': 'norEduOrgNIN',
|
| 71 | + OPENOSI_OID+'17': 'osiHomeUrl', |
| 72 | + OPENOSI_OID+'19': 'osiPreferredTZ', |
| 73 | + OPENOSI_OID+'72': 'osiICardTimeLastUpdated', |
| 74 | + OPENOSI_OID+'104': 'osiMiddleName', |
| 75 | + OPENOSI_OID+'107': 'osiOtherEmail', |
| 76 | + OPENOSI_OID+'109': 'osiOtherHomePhone', |
| 77 | + OPENOSI_OID+'120': 'osiWorkURL', |
71 | 78 | PKCS_9+'1': 'email',
|
72 | 79 | SCHAC+'1': 'schacMotherTongue',
|
73 | 80 | SCHAC+'2': 'schacGender',
|
|
208 | 215 | 'norEduPersonLegalName': NOREDUPERSON_OID+'10',
|
209 | 216 | 'norEduPersonNIN': NOREDUPERSON_OID+'5',
|
210 | 217 | 'o': X500ATTR_OID+'10',
|
| 218 | + 'osiHomeUrl': OPENOSI_OID+'17', |
| 219 | + 'osiPreferredTZ': OPENOSI_OID+'19', |
| 220 | + 'osiICardTimeLastUpdated': OPENOSI_OID+'72', |
| 221 | + 'osiMiddleName': OPENOSI_OID+'104', |
| 222 | + 'osiOtherEmail': OPENOSI_OID+'107', |
| 223 | + 'osiOtherHomePhone': OPENOSI_OID+'109', |
| 224 | + 'osiWorkURL': OPENOSI_OID+'120', |
211 | 225 | 'ou': X500ATTR_OID+'11',
|
212 | 226 | 'owner': X500ATTR_OID+'32',
|
213 | 227 | 'physicalDeliveryOfficeName': X500ATTR_OID+'19',
|
|
0 commit comments