Dear Team,
I have try to configure LDAP (AD) by following the Document in Gitlab, here is my setting
gitlab_rails['ldap_enabled'] = true
gitlab_rails['ldap_servers'] = YAML.load <<-'EOS' # remember to close this bl$
main: # 'main' is the GitLab 'provider ID' of this LDAP server
label: 'i-bitz ADS'
host: '192.168.3.31'
port: 389
uid: 'sAMAccountName'
method: 'plain' # "tls" or "ssl" or "plain"
bind_dn: 'CN=Gitlab LDAP,OU=Gitlab,DC=i-bitz,DC=local'
password: 'P@ssw0rd'
active_directory: true
allow_username_or_email_login: false
block_auto_created_users: false
base: 'CN=Users,DC=i-bitz,DC=local'
user_filter: ''
# ## EE only
# group_base: ''
# admin_group: ''
# sync_ssh_keys: false
On login menu come correctly but it shown error when try to login as following
Could not authorize you from Ldapmain because "Invalid credentials".
What’s missing in setting?
Thanks in advance,
Br,
Prasong.p