[git 0004943]: git-remote-https doesn't accept passwords longer than 8 charakters

Mantis Bug Tracker via bug-notifications bug-notifications at lists.opencsw.org
Fri Jan 10 16:30:02 CET 2014


A NOTE has been added to this issue. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=4943 
====================================================================== 
Reported By:                kaempfer
Assigned To:                bwalton
====================================================================== 
Project:                    git
Issue ID:                   4943
Category:                   regular use
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
====================================================================== 
Date Submitted:             2012-05-15 11:59 CEST
Last Modified:              2014-01-10 16:30 CET
====================================================================== 
Summary:                    git-remote-https doesn't accept passwords longer
than 8 charakters
Description: 
We want to use git with https and ldap authenfication.
I installed CSWgit 1.7.10.2,REV=2012.05.12. (sparc, solaris 10)
It seems, that git-remote-https doesn't work with passwords longer than 8
characters. With 8 characters it works.

Example: password 9 characters
bash-3.2$ git clone https://bellus3/git/myrepo.git
Cloning into 'myrepo'...
Username for 'https://bellus3': 
Password for 'https://kaempfer@bellus3': 
fatal: Authentication failed
bash-3.2$

Example: password 8 characters
bash-3.2$ git clone https://bellus3/git/myrepo.git
Cloning into 'myrepo'...
Username for 'https://bellus3': 
Password for 'https://student@bellus3': 
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 9 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (9/9), done.
bash-3.2$
====================================================================== 

---------------------------------------------------------------------- 
 (0010680) hansgus (reporter) - 2014-01-10 16:30
 https://www.opencsw.org/mantis/view.php?id=4943#c10680 
---------------------------------------------------------------------- 
The same issue seems to affect the latest version (1.7.10.3,REV=2012.06.01)
for Solaris 9 also. I have tried with 8 and 9 characters in the password
and the one with 9 does not work. It does however work with 9 characters in
~/.netrc. Any chance of this being fixed for Solaris 9?



More information about the bug-notifications mailing list