Skip to content
Snippets Groups Projects
Commit c5759669 authored by renater.salaun's avatar renater.salaun
Browse files

Add a new user profile with no attribute, except the eduPersonTargetedID

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@121 047e039d-479c-447e-8a29-aa6bf4a09bab
parent e8e78357
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ our %global = (
'federation_metadata_file_path' => '/opt/testidp/IdPAccountManager/conf/edugain-md.xml',
## valid account profiles
'account_profiles' => ['generic1','student1','student2','teacher1','teacher2','alumni1','librarywalkin1','employee1','researcher1'],
'account_profiles' => ['limitedset1','generic1','student1','student2','teacher1','teacher2','alumni1','librarywalkin1','employee1','researcher1'],
);
1; # Magic true value required at end of module
......
[% account_sp_entityid = account.get('sp_entityid') %]
[% account_id = account.get('id') %]
[% SET account_profile = {
'type' => 'LimitedSet',
'comment' => 'This account provides only an eduPersonTargetedID attribute.',
'internal_uid' => "user${account_id}",
} %]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment