git - Why do you need Gitosis or Gitolite? -


sorry ignorance - gain of having either gitosis or gitolite.

i have synology nas server running, not create "bare" on folder on nas?

regards

see answer "authentication , authorization": dvcs (distributed vcs) has none.

you couple authorization mechanism authentication ones, using ssh or httpd.

however, has authentication system compatible sshd or httpd in form.
why? because git client accessing server knows 2 protocols "speak git". (well, git:// protocol unauthenticated, , file:// doesn't apply discussion, we're ignoring those).

for example, let's have ldap-based authentication system somewhere.
possible make apache use authenticate users, when user accesses git url using http://sitaram:password@git.example.com/repo, ldap actual authentication.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -