Skip to content

Commit

Permalink
improve upgrade docs (for LDAP users in 1.15) (#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Sep 17, 2021
1 parent baff2d7 commit 063753b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions UPGRADING.md
Expand Up @@ -24,9 +24,11 @@ Updating the database might take quite a while, depending on the amount of times

**LDAP & SAML**

- SAML users need to activate SAML by setting the new `kimai.saml.activate: true` config key
Please verify your config with the [LDAP](https://www.kimai.org/documentation/ldap.html) and [SAML](https://www.kimai.org/documentation/saml.html) documentation, especially:

- SAML users: activate it by setting the `kimai.saml.activate: true` config key
- LDAP users: activate it by setting the `kimai.ldap.activate: true` config key
- LDAP and SAML users need to remove the complete `security` section from their `local.yaml`
- Please verify your config with the [LDAP](https://www.kimai.org/documentation/ldap.html) and [SAML](https://www.kimai.org/documentation/saml.html) documentation

**DEVELOPER**

Expand Down

0 comments on commit 063753b

Please sign in to comment.