Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
c2d0a1ec
Commit
c2d0a1ec
authored
2 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
www to public change was listed as a remove config setting
parent
37ffd417
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/simplesamlphp-upgrade-notes-2.0.md
+2
-2
2 additions, 2 deletions
docs/simplesamlphp-upgrade-notes-2.0.md
with
2 additions
and
2 deletions
docs/simplesamlphp-upgrade-notes-2.0.md
+
2
−
2
View file @
c2d0a1ec
...
...
@@ -46,6 +46,8 @@ composer require simplesamlphp/simplesamlphp-module-ldap --update-no-dev
## Configuration changes
Our assets have been moved from the
`www`
to the
`public`
directory. You will have to update your webserver to reflect this change.
Quite some options have been changed or removed. We recommend to start with a fresh
template from
`config/config.php.dist`
and migrate the settings you require to the new
config file manually.
...
...
@@ -67,8 +69,6 @@ Configuration options that have been removed:
with the existing attributeencodings feature.
-
`database.slaves`
. This is now called
`database.secondaries`
.
-
`metadata.handler`
. Since a long time the preferred option is
`metadata.sources`
.
-
Our assets have been moved from the
`www`
to the
`public`
directory. You will have to update
your webserver to reflect this change.
## Changes relevant for (module) developers
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment