With lot of hope and expectation I installed gitlab_7.4.3-omnibus.1-1_amd64 
and started integrating gitlab with LDAP.  Needless to say, extremely 
extremely disappointed about the functionality. Wasted whole one day, but 
couldnt still get it working.
Downloaded gerrit and integrated gerrit with ldap in 5 minutes. Everything 
worked so smooth. But since gerrit has lot of drawbacks wanted to try out 
gitlab

Can anyone at least help ?  Here is my ldap configuration

$ cat /etc/gitlab/gitlab.rb

# Check and change the external_url to the address your users will type in 
their browser
external_url 'http://gerrrit.abc.com'

#gitlab configuration
gitlab_rails['gravatar_enabled'] = false
gitlab_rails['omniauth_enabled'] = false
gitlab_rails['ldap_enabled'] = true
gitlab_rails['ldap_servers'] = YAML.load <<-EOS # remember to close this 
block with 'EOS' below
main: # 'main' is the GitLab 'provider ID' of this LDAP server
  label: 'LDAP'
  host: 'ldap.abc.com'
  port: 636
  uid: 'uid'
  method: 'ssl' # "tls" or "ssl" or "plain"
  bind_dn: 'cn=gitlab, ou=Applications, o=abc.com'
  password: '####'
  active_directory: false
  allow_username_or_email_login: true
  base: 'ou=People, o=abc.com'
EOS

I don't see anything wrong with above configuration. but still when Iam 
loggin in , I am getting  * "Could not authorize you from Ldapmain because 
"Invalid credentials"."*

Please give me some suggestions.

Thanks,
Maneesh

-- 
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/7c596892-75aa-4ee6-82d8-9b14da462985%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to