Skip to content
Snippets Groups Projects
Commit 81b15586 authored by Kristof Bajnok's avatar Kristof Bajnok
Browse files

Provide OID mapping for sshPublicKey

parent 2933b86b
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,7 @@ $attributemap = array(
'sisOrgDepartment' => 'urn:oid:1.2.752.194.10.3',
'sisSchoolUnitCode' => 'urn:oid:1.2.752.194.10.2.4',
'sn' => 'urn:oid:2.5.4.4',
'sshPublicKey' => 'urn:oid:1.3.6.1.4.1.24552.500.1.1.1.13',
'st' => 'urn:oid:2.5.4.8',
'stateOrProvinceName' => 'urn:oid:2.5.4.8',
'street' => 'urn:oid:2.5.4.9',
......
......@@ -62,6 +62,7 @@ $attributemap = array(
'urn:oid:1.3.6.1.4.1.2428.90.1.7' => 'norEduOrgUniqueIdentifier',
'urn:oid:1.3.6.1.4.1.2428.90.1.8' => 'norEduOrgUnitUniqueIdentifier',
'urn:oid:1.3.6.1.4.1.2428.90.1.9' => 'federationFeideSchemaVersion',
'urn:oid:1.3.6.1.4.1.24552.500.1.1.1.13' => 'sshPublicKey',
'urn:oid:1.3.6.1.4.1.250.1.57' => 'labeledURI',
'urn:oid:1.3.6.1.4.1.5923.1.1.1.1' => 'eduPersonAffiliation',
'urn:oid:1.3.6.1.4.1.5923.1.1.1.11' => 'eduPersonAssurance',
......
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