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.
- gitosis dead (obsolete, not maintained).
- gitolite authorization, not authentication.
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 usinghttp://sitaram:password@git.example.com/repo, ldap actual authentication.
Comments
Post a Comment