Dear Gitlab Community

Before to ask for your kind support, I've been searching a lot in order to 
solve this issue by myself however I haven't found yet a properly response. 

Since yesterday and suddenly, I started to face a problem authenticating 
with my active directory server. I've been using gitlab since 3 months ago 
more or less without any inconvenience.

My Gitlab version is updated to 8.9.5.

Herein my LDAP config

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: 'ica.gov.co'
    port: 389
    uid: 'sAMAccountName'
    method: 'plain' # "tls" or "ssl" or "plain"
    bind_dn: 'ldapu...@ica.gov.co'
    password: '*********'
    active_directory: true
    allow_username_or_email_login: false
    block_auto_created_users: false
    base: 'DC=ICA,DC=GOV,DC=CO'
    user_filter: ''
    attributes:
      username: ['uid', 'userid', 'sAMAccountName']
      email:    ['mail', 'email', 'userPrincipalName']
      name:       'cn'
      first_name: 'givenName'
      last_name:  'sn'

Have somebody had this issue before? How can I solve it? 

I'm really freaking out with this, even analyzing the possibility to change 
gitlab by another tool if I'm not able to figure out what is happening and 
why stop working suddenly. 

Thank you in advance,

Best regards,

-- 
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/746358c7-ef7d-4126-b287-98ccfdf007c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to