Bug 511935 - NTLM Support for jGit
Summary: NTLM Support for jGit
Status: NEW
Alias: None
Product: JGit
Classification: Technology
Component: JGit (show other bugs)
Version: 4.7   Edit
Hardware: All All
: P3 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-08 13:43 EST by Alessandro Lazarotti CLA
Modified: 2020-11-04 07:58 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Lazarotti CLA 2017-02-08 13:43:55 EST
NTLM is the default protocol for Microsoft TFS and the most used.
jGit does not support it yet, what makes hard its integration with MS TFS.

This ticket is to request/track support for NTLM in jGit.
Comment 1 Thomas Wolf CLA 2019-05-17 05:11:31 EDT
The official NTLM documentation from Microsoft says in section 5.1:

  "Therefore, applications are generally advised not to use NTLM."[1]

[1] https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b38c36ed-2804-4868-a9ff-8dd3182128e4
Comment 2 Sebastian Schuberth CLA 2020-11-04 07:58:06 EST
While it might be true that the use of NTML is discouraged, there's not much you can do if you *have* to deal with legacy servers. Thus, support in JGit would also be appreciated from my side.