Re: GitLab EE LDAP configuration problem

2016-02-26 Thread Leonardo
Try: *uid: 'sAMAccountName'* Wrong configuration "uid 'userPrincipalName' Em quarta-feira, 24 de fevereiro de 2016 12:59:22 UTC-3, Martin Ford escreveu: > > Hi, > > I'm trying to configure a GitLab EE instance (in a docker container) to > use LDAP (the AD kind) for authentication and authori

Re: GitLab EE LDAP configuration problem

2016-02-26 Thread Martin Ford
My issue was so simple it's annoying - I copied some settings from our Jenkins LDAP config, setting the user_filter to be '(userPrincipalName={0})'. Thinking about it this is clearly stupid. Setting user_filter back to '' fixes my issue. -- You received this message because you are subscribed

GitLab EE LDAP configuration problem

2016-02-24 Thread Martin Ford
Hi, I'm trying to configure a GitLab EE instance (in a docker container) to use LDAP (the AD kind) for authentication and authorisation. The LDAP config section (sanitised) in my /etc/gitlab/gitlab.rb looks like: gitlab_rails['ldap_servers'] = YAML.load <<-'EOS' # remember to close this block