'user[% account.get('id') %]:{SHA256}[% account.get('user_password_hash') %]=' => array(
	'uid' => 'user[% account.get('id') %]',
	'eduPersonAffiliation' => array('member', 'student'),
	'eduPersonScopedAffiliation' => array('member@[% conf.idp_scope %]', 'student@[% conf.idp_scope %]'),
        'displayName' => 'John Kleinman',
        'cn' => 'John Kleinman',
        'mail' => 'john.kleinman@[% 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') %]',
),