diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-05-07 09:29:00 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-05-07 22:42:25 +0200 |
commit | 0be936f739752ce773f1c77f2c1dab022af785f5 (patch) | |
tree | 39e1a3a5e67a262438965b5ed91e742f0c6ab2e1 /officecfg | |
parent | 4bf7cf2440e7d85baa365638858ec13aa534e2ba (diff) |
tdf#107649: cp-specific: Try system credentials first by default
Change-Id: I39f3cd85153f939c1a5ebd7c6830c0175328a966
Reviewed-on: https://gerrit.libreoffice.org/37335
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 37a1c9861ec7..b2fde9ddc4e8 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -941,7 +941,7 @@ automatically for all resources that support it (regardless of whether they are in "AuthenticateUsingSystemCredentials" list or not).</desc> </info> - <value>false</value> + <value>true</value> </prop> </group> <group oor:name="Dictionaries"> |