Ok, I think I solved my problem! When I set up the ldap with gitlab I gave a value to the following two properties in gitlab.yml
bind_dn: 'dc=mydomain,dc=com' password: '<my root password>' I did some search and found that in one of the tutorials these where empty as follows: bind_dn: '' password: '' I changed these to empty, restarted everything. Now I managed to clone using SSH! Maybe someone can tell me if it is ok to leave these two values empty? Basically when I set ldap with gitlab, in gitlab.yml I On Friday, February 21, 2014 11:02:01 AM UTC+1, Simon Joseph Aquilina wrote: > > I ran the following command from /home/git/gitlab: > > sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production > > All is ok. However what I could notice is the following: > > ----- > ... > > Checking LDAP ... > > LDAP users with access to your GitLab server (only showing the first 100 > results) > > Checking LDAP ... Finished > ----- > > The comment says that I should see the first 100 results. However I get > the finish message without seeing any user name!! > I should have at least one entry there as I did manage to login to GitLab > with one LDAP user. > > Also I noticed that I did manage to clone/push the project using the https > command. > > On the Internet I found others who had the problem. They seemed to have > solved it by re installing everything. However I would like to avoid this > if possible! > -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
