otac0n / WebGitNet

WebGit .NET is an ASP.NET MVC app that provides access to your git repositories over HTTP. It supports browsing in a web browser AND push / pull over Git's "Smart HTTP protocol".
zlib License
132 stars 62 forks source link

Windows Authentication with MAC OS X (Mtn Lion) #62

Closed HaroonSaid closed 11 years ago

HaroonSaid commented 11 years ago

Has anyone figured out how to use windows authentication with MAC OS X? I cant get past authentication failed.

otac0n commented 11 years ago

I believe that you have to bind your Mac to active directory to get integrated windows authentication to work.

You should be able to configure IIS to prompt for HTTP authentication in lieu of joining your Mac to a domain, tho.