Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

git authentication with Active Directory user

Writer Matthew Martinez

I use likewise-open to connect to a Windows AD, and I am able to see AD users.

What should I do to authenticate a user for git when I push to and pull from a git repository? Where is this configured?

2 Answers

There is already already this script for group user authentication through AD, within gitolite, in the contrib/ldap directory.
The idea remain to have an intermediate layer (here with gitolite, a ssh-based layer through forced commands), which is able to authorized a git command based on the result of a LDAP query.

2

This my post on the subject (translated from Russian by Google).
Maybe it will help.

GIT, AD and SSH. Or how to control access to the GIT through AD

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy