I am able to log into the WebUI just fine using LDAP credentials, but 
whenever I try to clone a project, those same LDAP credentials fail with 
the message below. I am running the following version of Git on my Windows 
box below and version 8.8.3 of GitLab Community Edition  on CentOS 7.

C:\Users\username\test>git --version
git version 2.6.3.windows.1



Attempt and cloning...
C:\Users\myusername\test>git clone https:
//ncahgit.usda.net/kvanmeeteren/test.git
Cloning into 'test'...
Username for 'https://ncahgit.domain.net': myusername
Password for 'https://kvanmeete...@ncahgit.domain.net':
fatal: Authentication failed for 
'https://ncahgit.domain.net/myusername/test.git'

Relevant (I hope) config:
domain.net

I ran a gitlab-ctl tail, and I get a 401 as the very last log entry when 
attempting to authenticate.

==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/username/test.git/info/refs?service=git-upload-pack" for 
127.0.0.1 at 2016-06-08 07:48:11 -0500

==> /var/log/gitlab/gitlab-workhorse/current <==
2016-06-08_12:48:11.25106 ncahgit.domain.net @ - - [2016-06-08 
07:48:11.231800805 -0500 CDT] "GET 
/username/test.git/info/refs?service=git-upload-pack 
HTTP/1.1" 401 0 "" "git/2.6.3.windows.1" 0.019059

==> /var/log/gitlab/nginx/gitlab_access.log <==
10.5.32.150 - - [08/Jun/2016:07:48:11 -0500] "GET 
/username/test.git/info/refs?service=git-upload-pack 
HTTP/1.1" 401 0 "-" "git/2.6.3.windows.1"

==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/username/test.git/info/refs?service=git-upload-pack" for 
127.0.0.1 at 2016-06-08 07:48:24 -0500

==> /var/log/gitlab/gitlab-workhorse/current <==
2016-06-08_12:48:24.97326 ncahgit.domain.net @ - - [2016-06-08 
07:48:24.960415575 -0500 CDT] "GET 
/username/test.git/info/refs?service=git-upload-pack 
HTTP/1.1" 401 0 "" "git/2.6.3.windows.1" 0.012713

==> /var/log/gitlab/nginx/gitlab_access.log <==
10.5.32.150 - - [08/Jun/2016:07:48:24 -0500] "GET 
/username/test.git/info/refs?service=git-upload-pack 
HTTP/1.1" 401 0 "-" "git/2.6.3.windows.1"

==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/username/test.git/info/refs?service=git-upload-pack" for 
127.0.0.1 at 2016-06-08 07:48:25 -0500

==> /var/log/gitlab/gitlab-workhorse/current <==
2016-06-08_12:48:25.41925 ncahgit.domain.net @ - - [2016-06-08 
07:48:25.170415702 -0500 CDT] "GET 
/username/test.git/info/refs?service=git-upload-pack 
HTTP/1.1" 401 0 "" "git/2.6.3.windows.1" 0.248692

==> /var/log/gitlab/nginx/gitlab_access.log <==
10.5.32.150 - username [08/Jun/2016:07:48:25 -0500] "GET 
/username/test.git/info/refs?service=git-upload-pack HTTP/1.1" 401 0 "-" 
"git/2.6.3.windows.1"


-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/9ced696b-5934-4559-8cea-c0fb8cb8fe5e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to