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

Customized the configuration file

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@78 047e039d-479c-447e-8a29-aa6bf4a09bab
parent 4c8d48ab
No related branches found
No related tags found
No related merge requests found
## default Conf.pm file
## you should customize it and rename it Conf.pm
package Conf; package Conf;
our %global = ( our %global = (
...@@ -9,10 +6,10 @@ our %global = ( ...@@ -9,10 +6,10 @@ our %global = (
'version' => 'closed Beta 1', 'version' => 'closed Beta 1',
## Name of the application used in web pages, mail notices ## Name of the application used in web pages, mail notices
'app_name' => 'eduGAIN Test Account Manager', 'app_name' => 'eduGAIN Test Identity Provider',
## URL of the application ## URL of the application
'app_url' => 'https://my.fqdn/accountmanager', 'app_url' => 'https://test-idp.edugain.org/accountmanager',
## Validity period of test accounts, in days ## Validity period of test accounts, in days
'accounts_validity_period' => 7, 'accounts_validity_period' => 7,
...@@ -21,10 +18,10 @@ our %global = ( ...@@ -21,10 +18,10 @@ our %global = (
'tokens_validity_period' => 2, 'tokens_validity_period' => 2,
## Scope used by the Test IdP ## Scope used by the Test IdP
'idp_scope' => 'my.fqdn', 'idp_scope' => 'test-idp.edugain.org',
## EntityID of the IdP ## EntityID of the IdP
'idp_entityid' => 'https://my.fqdn/simplesaml/saml2/idp/metadata.php', 'idp_entityid' => 'https://test-idp.edugain.org/simplesaml/saml2/idp/metadata.php',
## Name of the IdP ## Name of the IdP
'idp_displayname' => 'eduGAIN Test Identity Provider', 'idp_displayname' => 'eduGAIN Test Identity Provider',
...@@ -50,7 +47,7 @@ our %global = ( ...@@ -50,7 +47,7 @@ our %global = (
'database_user' => 'idpadmin', 'database_user' => 'idpadmin',
## Database user password ## Database user password
'database_password' => 'secret', 'database_password' => 'z5*]zWISr',
## Log file for the manager ## Log file for the manager
'log_file' => '/opt/testidp/IdPAccountManager/log/manager.log', 'log_file' => '/opt/testidp/IdPAccountManager/log/manager.log',
...@@ -59,10 +56,10 @@ our %global = ( ...@@ -59,10 +56,10 @@ our %global = (
'log-level' => 'info', 'log-level' => 'info',
## email address to contact admins ## email address to contact admins
'admin_email' => 'john@my.fqdn', 'admin_email' => 'olivier.salaun@renater.fr',
## email address to ask for support ## email address to ask for support
'support_email' => 'support@my.fqdn', 'support_email' => 'edugain-integration@geant.net',
## Development feature ## Development feature
## Protection to prevent notifications during test dev phases ## Protection to prevent notifications during test dev phases
...@@ -72,13 +69,15 @@ our %global = ( ...@@ -72,13 +69,15 @@ our %global = (
## Development feature ## Development feature
## hard-coded list of contactPersons ## hard-coded list of contactPersons
## these email addresses will be added to the list of contacts for any SP ## these email addresses will be added to the list of contacts for any SP
'dev_sp_contact' => 'john@my.fqdn,sarah@my.fqdn', 'dev_sp_contact' => 'olivier.salaun@renater.fr,lukas.haemmerle@switch.ch,thomas.baerecke@switch.ch,florio@terena.org,ann.harding@switch.ch,thomas.lenggenhager@switch.ch,mikael.linden@csc.fi,marco.malavolti@garr.it,marialaura.mantovani@garr.it,pempe@dfn.de,Mandeep.Saini@dante.net,simona.venuti@garr.it,schofield@terena.org',
#'dev_sp_contact' => 'olivier.salaun@renater.fr,mehdi.hached@renater.fr,lukas.haemmerle@switch.ch,thomas.baerecke@switch.ch',
## From field use by the account manager ## From field use by the account manager
'notice_from' => 'testidpaccountmanager@my.fqdn', 'notice_from' => 'testidpaccountmanager@geant.net',
## federation metadata local copy path ## federation metadata local copy path
'federation_metadata_file_path' => '/opt/testidp/IdPAccountManager/conf/edugain-md.xml', 'federation_metadata_file_path' => '/opt/testidp/IdPAccountManager/conf/edugain-md.xml',
#'federation_metadata_file_path' => '/opt/testidp/IdPAccountManager/conf/renater-test-metadata.xml',
## valid account profiles ## valid account profiles
'account_profiles' => ['generic1','student1','student2','teacher1','teacher2','alumni1','librarywalkin1','employee1','researcher1'], 'account_profiles' => ['generic1','student1','student2','teacher1','teacher2','alumni1','librarywalkin1','employee1','researcher1'],
......
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