-
Guillaume ROUSSE authoredGuillaume ROUSSE authored
manager.conf.in 1.31 KiB
# Token validity period, in hours
tokens_validity_period = 2
# Templates directory
templates_dir = @templatesdir@
# From field use by the account manager
notice_from = edugain-access-check.fqdn
# federation metadata local copy path
federation_metadata_file = @sysconfdir@/edugain-md.xml
# Path to sendmail executable
sendmail_path = /usr/sbin/sendmail
[app]
version = open Beta 1
name = eduGAIN Access Check
url = https://my.fqdn/accountmanager
support_email = support@my.fqdn
[log]
file = /opt/testidp/IdPAccountManager/log/manager.log
level = info
[database]
type = mysql
host = localhost
name = idp_account_manager
user = idpadmin
password = secret
[idp]
scope = my.fqdn
entityid = https://my.fqdn/simplesaml/saml2/idp/metadata.php
displayname = eduGAIN Access Check
accounts_file = @sysconfdir@/accounts.php
# default parameters for all services
[service]
# validity period of test accounts, in days
account_validity_period = 7
# valid account profiles
account_profiles = fullset1, limitedset1, generic1, student1, student2, teacher1, teacher2, alumni1, librarywalkin1, employee1, researcher1
# override contacts defined in metadata if defined
contacts = john@my.fqdn, sarah@my.fqdn
# service-specific parameters
[https://my.service.fqdn]
account_validity_period = 90
account_profiles = student1, teacher1
contacts = john@my.fqdn