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