Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #1571

Closed
Open
Created Sep 27, 2012 by Administrator@rootOwner

Can't login through Windows AD

Created by: pomozoff

I have working ldap auth with redmine, proftpd, etc. I can't understand this kind of error:

gitlab ~ # cat /home/gitlab/gitlab/log/unicorn.stdout.log (ldap) Callback phase initiated. (ldap) Authentication failure! ldap_error: OpenSSL::SSL::SSLError, SSL_connect SYSCALL returned=5 errno=0 state=unknown state (ldap) Callback phase initiated. (ldap) Authentication failure! ldap_error: OpenSSL::SSL::SSLError, SSL_connect SYSCALL returned=5 errno=0 state=unknown state (ldap) Callback phase initiated. (ldap) Authentication failure! ldap_error: OpenSSL::SSL::SSLError, SSL_connect SYSCALL returned=5 errno=0 state=unknown state

ldap config: # #2 (closed). Auth settings # ========================== ldap: enabled: true host: 'rdc.shtrih.local' base: 'ou=old scheme,dc=shtrih,dc=local' port: 636 uid: 'sAMAccountName' method: 'ssl' bind_dn: 'cn=devgitlab,ou=some ou,ou=delegates,ou=old scheme,dc=shtrih,dc=local' password: 'password'      omniauth: # Enable ability for users # to login via twitter, google .. enabled: false      # IMPORTANT! # It allows user to login without having user account allow_single_sign_on: false block_auto_created_users: true

Assignee
Assign to
Time tracking