Skip to content
Snippets Groups Projects
manager.conf.in 1.21 KiB
[app]
support_email = support@my.fqdn

[setup]
# base templates directory
templates_dir = @templatesdir@
# templates theme
templates_theme = edugain
accounts_file = /var/lib/access-check/accounts.php

[logger]
file = /var/log/access-check/manager.log
level = info

[mailer]
# from field use by the account manager
from = edugain-access-check.fqdn

[database]
type = mysql
host = localhost
name = idp_account_manager
username = idpadmin
password = secret
options  = mysql_enable_utf8

[federations]
edugain = /var/lib/access-check/edugain.xml

[idp]
scope = my.fqdn
entityid = https://my.fqdn/simplesaml/saml2/idp/metadata.php
displayname = eduGAIN Access Check

# default parameters for all services
[service]
# test accounts validity period, in days
account_validity_period = 7
# token validity period, in hours
tokens_validity_period = 2
# 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