-
renater.salaun authored
First working version of the code git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@20 047e039d-479c-447e-8a29-aa6bf4a09bab
renater.salaun authoredFirst working version of the code git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@20 047e039d-479c-447e-8a29-aa6bf4a09bab
teacher1.tt2 822 B
'user[% account.get('id') %]:{SHA256}[% account.get('user_password_hash') %]=' => array(
'uid' => 'user[% account.get('id') %]',
'eduPersonAffiliation' => array('member', 'faculty'),
'eduPersonScopedAffiliation' => array('member@[% conf.idp_scope %]', 'faculty@[% conf.idp_scope %]'),
'displayName' => 'Peter Smith',
'cn' => 'Peter Smith',
'mail' => 'peter.smith@[% conf.idp_scope %]',
'eduPersonPrincipalName' =>'[% account.get('id') %]@[% conf.idp_scope %]',
'eduPersonTargetedID' =>'[% conf.idp_entityid %]![% account.get('sp_entityid') %]!X622UR2A7PG1uVhATobBOrMz+Ys=',
'schacHomeOrganization' => '[% conf.idp_scope %]',
'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:university',
'associatedSP' => '[% account.get('sp_entityid') %]',
),