Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 2 it is NOT code


Warning

This is a DRAFT. Remove this warning box before making article public.

Until then, ensure that permissions are View and Edit Restricted by clicking the lock above.

Affected version(s): 7.10.x

Problem

Some configuration options are not in the configuration files. 

Root Cause

During an update you maybe selected the wrong option to update the configuration files in your package manager or the option is not by default in the files due to "lean configuration".

Solution

An overview of all backend configuration options can be found at:

https://documentation.open-xchange.com/components/middleware/config/7.10.2/ 

an overview about the different versions and other documentation can be found at: https://documentation.open-xchange.com

You can also search (since 7.10) with the included tool showconfigdocu

Code Block

showconfigdocu

-s

autologin


Key:

com.openexchange.sessiond.autologin


Description:


Whether

autologin

is

allowed

or

not.



Default:

false


File:

sessiond.properties


Package:

open-xchange-core


Tags:

Session


...

It will also show you in the tags if a reloadconfiguration is enough after a change to use the new value, or if you can set it fine grained in the configcascade. In the example above it is not possible.

code


showconfigdocu

-s

birthday


Properties:


Key:

com.openexchange.calendar.birthdays.enabled


Description:


Configures

if

the

birthdays

calendar

provider

is

available

for

a

user

or

not.



Default:

true


File:

calendar.properties


Version:

7.10.0


Package:

open-xchange-core


Tags:

Config

Cascade

|

Reloadable

|

Calendar

|

Contact


-------------------------------------------------

In that example the option can be used in the configcascade and a reloadconfiguration is enough to use the change.

To narrow down the search please have a look at the options:

showconfigdocu --help



Content by Label
showLabelsfalse
max5
spacesSKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("config","configuration") and type = "page" and space = "SKB"
labelsconfig configuration

Page properties
hiddentrue


Related issues