summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-10-06 15:16:39 -0700
committerJunio C Hamano <gitster@pobox.com>2016-10-06 15:16:39 -0700
commit34afdb2aa1517d020162156c0648d77e153a10b6 (patch)
tree85a0d98dd43f8e5f01aa4623c3d07b544a3c9ede /config.txt
parentf3ca7b889bcee015231b4783c099e967f1e3477f (diff)
downloadgit-htmldocs-34afdb2aa1517d020162156c0648d77e153a10b6.tar.gz
Autogenerated HTML docs for v2.10.1-382-ga23ca
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.txt b/config.txt
index e78293b6d..a17947462 100644
--- a/config.txt
+++ b/config.txt
@@ -1736,6 +1736,20 @@ http.emptyAuth::
a username in the URL, as libcurl normally requires a username for
authentication.
+http.delegation::
+ Control GSSAPI credential delegation. The delegation is disabled
+ by default in libcurl since version 7.21.7. Set parameter to tell
+ the server what it is allowed to delegate when it comes to user
+ credentials. Used with GSS/kerberos. Possible values are:
++
+--
+* `none` - Don't allow any delegation.
+* `policy` - Delegates if and only if the OK-AS-DELEGATE flag is set in the
+ Kerberos service ticket, which is a matter of realm policy.
+* `always` - Unconditionally allow the server to delegate.
+--
+
+
http.extraHeader::
Pass an additional HTTP header when communicating with a server. If
more than one such entry exists, all of them are added as extra