I'm trying to set up a Git server on my company virtual server using http://gogs.io git service. They have the set-up for LDAP connection but there are no way to test the authentication. Or is that any command that I could use in the git bash that could help to connect with the AD server?
Sorry I'm not really technical or familiar with their set-up.
On my LDAP Config I put these:
Host : *my company host server*
Port : 389
UserDN : CN=%s,OU=Head Office,OU=Users,OU=ID,OU=APAC,DC=nead,DC=tpnet
User filter : (&(objectcategory=person)(samaccountname=*)(mail=*))
Email attribute : mail
Should I use simple authentication or Bind DN authentication? what's the difference between them?