officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 34ad95affe3c2718f2fa97a2a650b71bfb930bde Author: Mike Kaganski <[email protected]> AuthorDate: Sun May 7 09:29:00 2017 +0200 Commit: Mike Kaganski <[email protected]> CommitDate: Mon Mar 29 20:22:28 2021 +0200 [cp] tdf#107649: Try system credentials first by default Change-Id: I39f3cd85153f939c1a5ebd7c6830c0175328a966 Reviewed-on: https://gerrit.libreoffice.org/37335 Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[email protected]> (cherry picked from commit 0be936f739752ce773f1c77f2c1dab022af785f5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113279 Tested-by: Mike Kaganski <[email protected]> Reviewed-by: Mike Kaganski <[email protected]> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 566c9d1c5d20..cb9041b89b35 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -972,7 +972,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"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
