Is there a way to use Windows Authentication (Active Directory) for a Git server?

前端 未结 7 1493
星月不相逢
星月不相逢 2021-01-01 15:28

I have found articles regarding how to install Git on a Windows server and use SSH (such as CopSSH) for authentication. I am a little surprised by this as I remember readin

相关标签:
7条回答
  • 2021-01-01 15:52

    You could use Redmine to control user access to Git repositories. In turn, Redmine natively supports authentication with Active Directory. Thus, you have Active Directory authentication for your Git server. We use this setup without problems.

    Just a remark in case you don't want to use Redmine. Redmine is in my opinion the best open source project management application out there, and it's really worth using even if you don't need the AD authentication.

    0 讨论(0)
提交回复
热议问题