diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-05-05 18:34:36 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-05-06 06:59:58 +0200 |
commit | 4bf7cf2440e7d85baa365638858ec13aa534e2ba (patch) | |
tree | 193898d929e23e7ccf800af4f48592ae64fa221d /officecfg | |
parent | 87cc61449023e0675ea8ef456c567fb357a340f3 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
(cherry picked from commit ffd8e6b44e7dacb28047661fd6b73061790761cf)
Reviewed-on: https://gerrit.libreoffice.org/37303
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 946bd3262501..37a1c9861ec7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -935,6 +935,14 @@ credentials of the user.</desc> </info> </prop> + <prop oor:name="TrySystemCredentialsFirst" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>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).</desc> + </info> + <value>false</value> + </prop> </group> <group oor:name="Dictionaries"> <info> |