...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
# Warn on AL2 login after this date
warn_date = "2024-12-01"
# Require AL2 login after this date
error_date = "2025-01-01"
# Name of site
site_name_sv = "Confluence"
site_name_en = "Confluence"
# Url of application
target_url = "https://confluence.its.umu.se/confluence/"
# Url to this script
retry_url = "https://confluence.its.umu.se/cgi-bin/login.cgi"
# Entityid of this Service Provider
entityid = "https://confluence.its.umu.se/shibboleth"
# File to log all access to
logfile = "/var/www/cgi-bin/login.log" |
...