Skip to content
Snippets Groups Projects
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') %]',
),