0

I'm trying to configure Git server with LDAP on Ubuntu , but unable to configure this task can anyone help on this.

Balu7
  • 63
  • 2
  • 8

1 Answers1

0

There is no concept of a "Git server".
You can have listeners (like NGiNX or Apache HTTP server) in front of Git, which will handle the authentication, and then call Git.

See for instance my answer in "Git with Ldap on Ubuntu with Apache".

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250