* Git Server Authentication & Management
@ 2010-01-04 16:27 Pedro Lemos
2010-01-04 16:33 ` Shawn O. Pearce
0 siblings, 1 reply; 2+ messages in thread
From: Pedro Lemos @ 2010-01-04 16:27 UTC (permalink / raw)
To: Git
Hi,
I'm relatively new to Git.
At the moment I'm trying to understand if it will be possible to:
1 - configure a central server (server A) to host all my git repositories.
2 - also I would like to configure access to those Git repositories in
order to use authentication:
- using LDAP;
- using MS Active Directory;
3 - Moreover, I would like to know if is there any administration
interface to use within git repositories?
4 - And to close this email, I need a way to manage access permissions
over the server repositories. Such as:
- read-write, read-only, or no access at all;
- deletes-allowed, renames-allowed, tags allowed;
Can anyone guide me through any items referred above?
Any help appreciated!
Best Regards,
Pedro Lemos
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Git Server Authentication & Management
2010-01-04 16:27 Git Server Authentication & Management Pedro Lemos
@ 2010-01-04 16:33 ` Shawn O. Pearce
0 siblings, 0 replies; 2+ messages in thread
From: Shawn O. Pearce @ 2010-01-04 16:33 UTC (permalink / raw)
To: Pedro Lemos; +Cc: Git
Pedro Lemos <pedrolemos454@gmail.com> wrote:
> I'm relatively new to Git.
> At the moment I'm trying to understand if it will be possible to:
>
> 1 - configure a central server (server A) to host all my git repositories.
> 2 - also I would like to configure access to those Git repositories in
> order to use authentication:
> - using LDAP;
> - using MS Active Directory;
You might want to look at Gerrit Code Review [1]. It has
out-of-the-box support for integration with Active Directory.
[1] http://code.google.com/p/gerrit/
> 3 - Moreover, I would like to know if is there any administration
> interface to use within git repositories?
Gerrit Code Review uses a web based administration interface, though
with an LDAP/Active Directory configuration access controls will
most likely be managed in the directory server by user membership
to groups.
> 4 - And to close this email, I need a way to manage access permissions
> over the server repositories. Such as:
> - read-write, read-only, or no access at all;
> - deletes-allowed, renames-allowed, tags allowed;
Yup, Gerrit Code Review can do that.
It also can be used as a code review system. :-) But if you don't
want to use the code review features, you can just grant out the
Push Branch +1 (or +2 or +3) permission to allow pushing to a branch.
A different, but much more popular choice is gitosis [2], but that
doesn't use LDAP for user authentication and access management.
It uses its own SSH key repository. To be fair, Gerrit Code Review
also uses its own SSH key repository... but users can manage their
keys individually through the web interface, which is authenticated
by LDAP.
[2] http://eagain.net/gitweb/?p=gitosis.git
--
Shawn.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-04 16:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 16:27 Git Server Authentication & Management Pedro Lemos
2010-01-04 16:33 ` Shawn O. Pearce
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).