'user[% account.id %]:[% account.user_password %]' => array(
	'uid' => 'user[% account.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.id %]@[% conf.idp_scope %]',
        'eduPersonTargetedID' =>'[% conf.idp_entityid %]![% account.sp_entityid %]!X622UR2A7PG1uVhATobBOrMz+Ys=',
        'schacHomeOrganization' => '[% conf.idp_scope %]',
        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:university',
	'associatedSP' => '[% account.sp_entityid %]',
),