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

前端 未结 7 1464
星月不相逢
星月不相逢 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:31

    You can use Windows Credential Store for Git https://gitcredentialstore.codeplex.com/

    It saves your Git credentials in your PC's Windows Credential Store, keeping it safe in a secure location. And it's really easy to use :)

    0 讨论(0)
  • 2021-01-01 15:37

    Gitlab Enterprise claims to support Active Directory. I haven't demo'd it yet, but I'm considering it as an option as we migrate a svn server that our organization wants to have AD backing it.

    0 讨论(0)
  • 2021-01-01 15:41

    You can also host the repo with IIS over HTTPS and then protect each project subfolder with Windows user credentials.

    0 讨论(0)
  • 2021-01-01 15:45

    Git Credential Manager for Windows is officially supported by Microsoft to use Windows authentication to authenticate yourself to git.

    https://github.com/Microsoft/Git-Credential-Manager-for-Windows

    0 讨论(0)
  • 2021-01-01 15:48

    You can simply use a shared folder as git repository inside your domain and administer it with your domain users.

    c:/> git clone \\myserver\repository\myfolder
    
    0 讨论(0)
  • 2021-01-01 15:50

    You could use scm-manager, which has an active directory plugin.

    0 讨论(0)
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题