From ffd8e6b44e7dacb28047661fd6b73061790761cf Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Fri, 5 May 2017 18:34:36 +0300 Subject: tdf#107649: add TrySystemCredentialsFirst config option This will allow automatically try system credentials for any URI (including unknown) before displaying dialogs. This is intended for corporate enviromnents. Default value of this option is false, keeping current behavior. Change-Id: I96cb18e089134325e1f92f1afdef331975000e3b Reviewed-on: https://gerrit.libreoffice.org/37297 Tested-by: Jenkins Reviewed-by: Andras Timar --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 367d45d676d9..36c0b5f97fe1 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -928,6 +928,14 @@ credentials of the user. + + + Specifies if authentication using system credentials should be tried + automatically for all resources that support it (regardless of whether they are + in "AuthenticateUsingSystemCredentials" list or not). + + false + -- cgit