Skip to content
Snippets Groups Projects
Commit 0c472a46 authored by Jakob Schlyter's avatar Jakob Schlyter
Browse files

sync sisSchoolGrade and sisLegalGuardianFor

parent 0e6e4417
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,8 @@ $attributemap = array(
'seeAlso' => 'urn:mace:dir:attribute-def:seeAlso',
'serialNumber' => 'urn:mace:dir:attribute-def:serialNumber',
'singleLevelQuality' => 'urn:mace:dir:attribute-def:singleLevelQuality',
'sisSchoolGrade' => 'urn:mace:dir:attribute-def:sisSchoolGrade',
'sisLegalGuardianFor' => 'urn:mace:dir:attribute-def:sisLegalGuardianFor',
'sn' => 'urn:mace:dir:attribute-def:sn',
'st' => 'urn:mace:dir:attribute-def:st',
'stateOrProvinceName' => 'urn:mace:dir:attribute-def:stateOrProvinceName',
......
......@@ -47,6 +47,8 @@ $attributemap = array(
'urn:oid:0.9.2342.19200300.100.1.8' => 'urn:mace:dir:attribute-def:userClass',
'urn:oid:0.9.2342.19200300.100.1.9' => 'urn:mace:dir:attribute-def:host',
'urn:oid:1.2.840.113549.1.9.1' => 'urn:mace:dir:attribute-def:email',
'urn:oid:1.2.752.194.10.2.2' => 'urn:mace:dir:attribute-def:sisSchoolGrade',
'urn:oid:1.2.752.194.10.2.1' => 'urn:mace:dir:attribute-def:sisLegalGuardianFor',
'urn:oid:1.3.6.1.4.1.2428.90.1.1' => 'urn:mace:dir:attribute-def:norEduOrgUniqueNumber',
'urn:oid:1.3.6.1.4.1.2428.90.1.11' => 'urn:mace:dir:attribute-def:norEduOrgSchemaVersion',
'urn:oid:1.3.6.1.4.1.2428.90.1.12' => 'urn:mace:dir:attribute-def:norEduOrgNIN',
......
......@@ -134,6 +134,8 @@ $attributemap = array(
'urn:mace:dir:attribute-def:seeAlso' => 'seeAlso',
'urn:mace:dir:attribute-def:serialNumber' => 'serialNumber',
'urn:mace:dir:attribute-def:singleLevelQuality' => 'singleLevelQuality',
'urn:mace:dir:attribute-def:sisSchoolGrade' =>'sisSchoolGrade',
'urn:mace:dir:attribute-def:sisLegalGuardianFor' => 'sisLegalGuardianFor',
'urn:mace:dir:attribute-def:sn' => 'sn',
'urn:mace:dir:attribute-def:st' => 'st',
'urn:mace:dir:attribute-def:stateOrProvinceName' => 'stateOrProvinceName',
......
......@@ -134,6 +134,8 @@ $attributemap = array(
'urn:mace:dir:attribute-def:seeAlso' => 'urn:oid:2.5.4.34',
'urn:mace:dir:attribute-def:serialNumber' => 'urn:oid:2.5.4.5',
'urn:mace:dir:attribute-def:singleLevelQuality' => 'urn:oid:0.9.2342.19200300.100.1.50',
'urn:mace:dir:attribute-def:sisSchoolGrade' =>'urn:oid:1.2.752.194.10.2.2',
'urn:mace:dir:attribute-def:sisLegalGuardianFor' => 'urn:oid:1.2.752.194.10.2.1',
'urn:mace:dir:attribute-def:sn' => 'urn:oid:2.5.4.4',
'urn:mace:dir:attribute-def:st' => 'urn:oid:2.5.4.8',
'urn:mace:dir:attribute-def:stateOrProvinceName' => 'urn:oid:2.5.4.8',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment