I found your article using Apache Auth with gitweb, gitosis.
I was wondering if there is a way to do this if I did not use LDAP for authentication. We currently have a very large NIS domain, which we use for authentication on all Unix servers. We use this for SVN repositories through the user interface, but for this case I try to fulfill the requirement:
- Git Repositories
- Access Control - Using Gitolite
- Interactive User Interface - Using Gitweb
- The user interface must also have access control - not yet implemented
At first I thought that I needed to get Gitweb and Gitolite to play together, and each of them is currently working individually.
If gitolite provides access using SSH keys, it can provide access this way, having a key for each machine that the user / developer will access Gitweb / gitolite.
Or, if I can get gitweb to just authenticate users from the NIS domain, as each user has an account that our IT department will set up, it would be better.
Any ideas or uses that I can use to further use this requirement?
Chris source
share