PHP Classes

File: web/SSO/attributemap/oid-feide.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/attributemap/oid-feide.php   Download  
File: web/SSO/attributemap/oid-feide.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 405 bytes
 

Contents

Class file image Download
<?php

$attributemap
= array(
   
'urn:oid:0.9.2342.19200300.100.1.41' => 'mobile',
   
'urn:oid:1.3.6.1.4.1.5923.1.1.1.6' => 'eduPersonPrincipalName',
   
'urn:oid:0.9.2342.19200300.100.1.3' => 'mail',
   
'urn:oid:2.5.4.3' => 'cn',
   
'urn:oid:2.16.840.1.113730.3.1.241' => 'displayName',
   
'urn:oid:2.5.4.4' => 'sn',
   
'urn:oid:2.5.4.42' => 'givenName',
   
'urn:oid:2.16.756.1.2.5.1.1.1' => 'eduPerson',
);

?>