Skip to content

Commit

Permalink
Add missing caching property
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed Aug 12, 2022
1 parent 5a26919 commit 7634235
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions documentation/sysadmin-guide/3.0.14/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@ This is a Java properties file.
| `voms.saml.max_assertion_lifetime` | The lifetime of issued SAML assertion (in seconds) | 86400 |
| `voms.aa.compulsory_group_membership` | Set this to false to have a standard SAML AA behaviour. | True |

#### Caching options <a name="va_caching_props"></a>

| Property | Description | Default value |
|:---------|:------------|:--------------|
| `voms.permission_cache.disable` | Should the VOMS permission caching be disabled? | False |

#### Other options <a name="va_other_props"></a>

| Property | Description | Default value |
Expand Down

0 comments on commit 7634235

Please sign in to comment.