Help with LDAP
Created by: m4tthumphrey
Can someone give me an example of the config values for LDAP? I currently have this:
ldap:
enabled: true
host: 'sp-dc02.wisley.screenpages.com'
base: 'DC=wisley,DC=screenpages,DC=com'
port: 636
uid: 'sAMAccountName'
method: 'plain' # plain
bind_dn: 'matt.humphrey'
password: 'password'
I keep getting Could not authorize you from Ldap because "No bind result".
when trying to login. I have no experience with LDAP and am not a Ruby dev so am practically going in blind, if anyone could explain how LDAP works within GitLab I'd really appreciate it.