Ldap configuration

hello i configured ldap autethication on gitlab ce but my ad users not symcing in users list someone will help me?

Hi @gmezur

Surely I can help you out. can you share the configuration from “gitlab.rb” file. And also, the output of the following command:

ldapsearch -LLL -x -b "dc=ldap,dc=com"

Replace ‘ldap’ and ‘com’ with your domain and run it on your LDAP server. It should give the list of users on your LDAP server