Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ff1ffc61
Commit
ff1ffc61
authored
Oct 19, 2020
by
Patrick Bajao
Committed by
Marcia Ramos
Oct 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: Add a note about an issue with git and old libcurl versions
parent
08ae9521
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
doc/integration/kerberos.md
doc/integration/kerberos.md
+14
-0
No files found.
doc/integration/kerberos.md
View file @
ff1ffc61
---
stage
:
Create
group
:
Source Code
info
:
"
To
determine
the
technical
writer
assigned
to
the
Stage/Group
associated
with
this
page,
see
https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers"
type
:
reference, how-to
---
# Kerberos integration **(STARTER ONLY)**
# Kerberos integration **(STARTER ONLY)**
GitLab can integrate with
[
Kerberos
](
https://web.mit.edu/kerberos/
)
as an authentication mechanism.
GitLab can integrate with
[
Kerberos
](
https://web.mit.edu/kerberos/
)
as an authentication mechanism.
...
@@ -157,6 +164,13 @@ GitLab users with a linked Kerberos account can also `git pull` and `git push`
...
@@ -157,6 +164,13 @@ GitLab users with a linked Kerberos account can also `git pull` and `git push`
using Kerberos tokens, i.e., without having to send their password with each
using Kerberos tokens, i.e., without having to send their password with each
operation.
operation.
DANGER:
**Danger:**
There is a
[
known issue
](
https://github.com/curl/curl/issues/1261
)
with
`libcurl`
older than version 7.64.1 wherein it won't reuse connections when negotiating.
This leads to authorization issues when push is larger than
`http.postBuffer`
config. Ensure that Git is using at least
`libcurl`
7.64.1 to avoid this. To
know the
`libcurl`
version installed, run
`curl-config --version`
.
### HTTP Git access with Kerberos token (passwordless authentication)
### HTTP Git access with Kerberos token (passwordless authentication)
#### Support for Git before 2.4
#### Support for Git before 2.4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment